Uses of Class
com.xero.models.project.TimeEntryCreateOrUpdate
Packages that use TimeEntryCreateOrUpdate
-
Uses of TimeEntryCreateOrUpdate in com.xero.api.client
Methods in com.xero.api.client with parameters of type TimeEntryCreateOrUpdateModifier 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 taskcom.google.api.client.http.HttpResponseProjectApi.createTimeEntryForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate, String idempotencyKey) 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, String idempotencyKey) 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, String idempotencyKey) 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 TimeEntryCreateOrUpdateModifier and TypeMethodDescriptionTimeEntryCreateOrUpdate.dateUtc(org.threeten.bp.OffsetDateTime dateUtc) Date time entry is logged on.TimeEntryCreateOrUpdate.description(String description) An optional description of the time entry, will be set to null if not provided during update.Number of minutes to be logged.Identifier of the task that time entry is logged against.The xero user identifier of the person logging the time.