Uses of Class
com.xero.models.project.Project
Packages that use Project
-
Uses of Project in com.xero.api.client
Methods in com.xero.api.client that return ProjectModifier and TypeMethodDescriptionProjectApi.createProject(String accessToken, String xeroTenantId, ProjectCreateOrUpdate projectCreateOrUpdate, String idempotencyKey) Create one or more new projectsProjectApi.getProject(String accessToken, String xeroTenantId, UUID projectId) Retrieves a single project Allows you to retrieve a specific project using the projectId -
Uses of Project in com.xero.models.project
Methods in com.xero.models.project that return ProjectModifier and TypeMethodDescriptionIdentifier of the contact this project was created for.Project.creditNoteAmount(Amount creditNoteAmount) creditNoteAmountProject.currencyCode(CurrencyCode currencyCode) currencyCodeProject.deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) Deadline for the project.depositProject.depositApplied(Amount depositApplied) depositAppliedestimateProject.estimateAmount(Amount estimateAmount) estimateAmountProject.expenseAmountInvoiced(Amount expenseAmountInvoiced) expenseAmountInvoicedProject.expenseAmountToBeInvoiced(Amount expenseAmountToBeInvoiced) expenseAmountToBeInvoicedProject.minutesLogged(Integer minutesLogged) A total of minutes logged against all tasks on the Project.Project.minutesToBeInvoiced(Integer minutesToBeInvoiced) Minutes which have not been invoiced across all chargeable tasks in the project.Name of the project.Project.projectAmountInvoiced(Amount projectAmountInvoiced) projectAmountInvoicedIdentifier of the project.Project.status(ProjectStatus status) statusProject.taskAmountInvoiced(Amount taskAmountInvoiced) taskAmountInvoicedProject.taskAmountToBeInvoiced(Amount taskAmountToBeInvoiced) taskAmountToBeInvoicedProject.totalExpenseAmount(Amount totalExpenseAmount) totalExpenseAmountProject.totalInvoiced(Amount totalInvoiced) totalInvoicedProject.totalTaskAmount(Amount totalTaskAmount) totalTaskAmountProject.totalToBeInvoiced(Amount totalToBeInvoiced) totalToBeInvoicedMethods in com.xero.models.project that return types with arguments of type ProjectMethods in com.xero.models.project with parameters of type ProjectMethod parameters in com.xero.models.project with type arguments of type Project