Uses of Class
com.xero.models.project.Project
-
Packages that use Project Package Description com.xero.api.client com.xero.models.project -
-
Uses of Project in com.xero.api.client
Methods in com.xero.api.client that return Project Modifier and Type Method Description ProjectProjectApi. createProject(String accessToken, String xeroTenantId, ProjectCreateOrUpdate projectCreateOrUpdate)Create one or more new projectsProjectProjectApi. 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 Project Modifier and Type Method Description ProjectProject. contactId(UUID contactId)Identifier of the contact this project was created for.ProjectProject. creditNoteAmount(Amount creditNoteAmount)creditNoteAmountProjectProject. currencyCode(CurrencyCode currencyCode)currencyCodeProjectProject. deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc)Deadline for the project.ProjectProject. deposit(Amount deposit)depositProjectProject. depositApplied(Amount depositApplied)depositAppliedProjectProject. estimate(Amount estimate)estimateProjectProject. estimateAmount(Amount estimateAmount)estimateAmountProjectProject. expenseAmountInvoiced(Amount expenseAmountInvoiced)expenseAmountInvoicedProjectProject. expenseAmountToBeInvoiced(Amount expenseAmountToBeInvoiced)expenseAmountToBeInvoicedProjectProject. minutesLogged(Integer minutesLogged)A total of minutes logged against all tasks on the Project.ProjectProject. minutesToBeInvoiced(Integer minutesToBeInvoiced)Minutes which have not been invoiced across all chargeable tasks in the project.ProjectProject. name(String name)Name of the project.ProjectProject. projectAmountInvoiced(Amount projectAmountInvoiced)projectAmountInvoicedProjectProject. projectId(UUID projectId)Identifier of the project.ProjectProject. status(ProjectStatus status)statusProjectProject. taskAmountInvoiced(Amount taskAmountInvoiced)taskAmountInvoicedProjectProject. taskAmountToBeInvoiced(Amount taskAmountToBeInvoiced)taskAmountToBeInvoicedProjectProject. totalExpenseAmount(Amount totalExpenseAmount)totalExpenseAmountProjectProject. totalInvoiced(Amount totalInvoiced)totalInvoicedProjectProject. totalTaskAmount(Amount totalTaskAmount)totalTaskAmountProjectProject. totalToBeInvoiced(Amount totalToBeInvoiced)totalToBeInvoicedMethods in com.xero.models.project that return types with arguments of type Project Modifier and Type Method Description List<Project>Projects. getItems()Get itemsMethods in com.xero.models.project with parameters of type Project Modifier and Type Method Description ProjectsProjects. addItemsItem(Project itemsItem)itemsMethod parameters in com.xero.models.project with type arguments of type Project Modifier and Type Method Description ProjectsProjects. items(List<Project> items)itemsvoidProjects. setItems(List<Project> items)items
-