Uses of Class
com.xero.models.project.TimeEntry
Packages that use TimeEntry
-
Uses of TimeEntry in com.xero.api.client
Methods in com.xero.api.client that return TimeEntryModifier and TypeMethodDescriptionProjectApi.createTimeEntry(String accessToken, String xeroTenantId, UUID projectId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate, String idempotencyKey) Creates a time entry for a specific project Allows you to create a specific taskProjectApi.getTimeEntry(String accessToken, String xeroTenantId, UUID projectId, UUID timeEntryId) Retrieves a single time entry for a specific project Allows you to get a single time entry in a project -
Uses of TimeEntry in com.xero.models.project
Methods in com.xero.models.project that return TimeEntryModifier and TypeMethodDescriptionTimeEntry.dateEnteredUtc(org.threeten.bp.OffsetDateTime dateEnteredUtc) The date time that time entry is created.TimeEntry.dateUtc(org.threeten.bp.OffsetDateTime dateUtc) The date time that time entry is logged on.TimeEntry.description(String description) A description of the time entry.The duration of logged minutes.Identifier of the project, that the task (which the time entry is logged against) belongs to.TimeEntry.status(TimeEntry.StatusEnum status) Status of the time entry.Identifier of the task that time entry is logged against.TimeEntry.timeEntryId(UUID timeEntryId) Identifier of the time entry.The xero user identifier of the person who logged time.Methods in com.xero.models.project that return types with arguments of type TimeEntryMethods in com.xero.models.project with parameters of type TimeEntryMethod parameters in com.xero.models.project with type arguments of type TimeEntry