Uses of Class
com.xero.models.project.TimeEntryCreateOrUpdate
-
Packages that use TimeEntryCreateOrUpdate Package Description com.xero.api.client com.xero.models.project -
-
Uses of TimeEntryCreateOrUpdate in com.xero.api.client
Methods in com.xero.api.client with parameters of type TimeEntryCreateOrUpdate Modifier and Type Method Description TimeEntryProjectApi. createTimeEntry(String accessToken, String xeroTenantId, UUID projectId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)Creates a time entry for a specific project Allows you to create a specific taskcom.google.api.client.http.HttpResponseProjectApi. createTimeEntryForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)Creates a time entry for a specific project Allows you to create a specific taskvoidProjectApi. updateTimeEntry(String accessToken, String xeroTenantId, UUID projectId, UUID timeEntryId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)Updates a time entry for a specific project Allows you to update time entry in a projectcom.google.api.client.http.HttpResponseProjectApi. updateTimeEntryForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, UUID timeEntryId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)Updates a time entry for a specific project Allows you to update time entry in a project -
Uses of TimeEntryCreateOrUpdate in com.xero.models.project
Methods in com.xero.models.project that return TimeEntryCreateOrUpdate Modifier and Type Method Description TimeEntryCreateOrUpdateTimeEntryCreateOrUpdate. dateUtc(org.threeten.bp.OffsetDateTime dateUtc)Date time entry is logged on.TimeEntryCreateOrUpdateTimeEntryCreateOrUpdate. description(String description)An optional description of the time entry, will be set to null if not provided during update.TimeEntryCreateOrUpdateTimeEntryCreateOrUpdate. duration(Integer duration)Number of minutes to be logged.TimeEntryCreateOrUpdateTimeEntryCreateOrUpdate. taskId(UUID taskId)Identifier of the task that time entry is logged against.TimeEntryCreateOrUpdateTimeEntryCreateOrUpdate. userId(UUID userId)The xero user identifier of the person logging the time.
-