public class TimeEntryCreateOrUpdate extends Object
| Constructor and Description |
|---|
TimeEntryCreateOrUpdate() |
| Modifier and Type | Method and Description |
|---|---|
TimeEntryCreateOrUpdate |
dateUtc(org.threeten.bp.OffsetDateTime dateUtc) |
TimeEntryCreateOrUpdate |
description(String description) |
TimeEntryCreateOrUpdate |
duration(Integer duration) |
boolean |
equals(Object o) |
org.threeten.bp.OffsetDateTime |
getDateUtc()
Date time entry is logged on.
|
String |
getDescription()
An optional description of the time entry, will be set to null if not provided during update.
|
Integer |
getDuration()
Number of minutes to be logged.
|
UUID |
getTaskId()
Identifier of the task that time entry is logged against.
|
UUID |
getUserId()
The xero user identifier of the person logging the time.
|
int |
hashCode() |
void |
setDateUtc(org.threeten.bp.OffsetDateTime dateUtc) |
void |
setDescription(String description) |
void |
setDuration(Integer duration) |
void |
setTaskId(UUID taskId) |
void |
setUserId(UUID userId) |
TimeEntryCreateOrUpdate |
taskId(UUID taskId) |
String |
toString() |
TimeEntryCreateOrUpdate |
userId(UUID userId) |
public TimeEntryCreateOrUpdate userId(UUID userId)
public UUID getUserId()
public void setUserId(UUID userId)
public TimeEntryCreateOrUpdate taskId(UUID taskId)
public UUID getTaskId()
public void setTaskId(UUID taskId)
public TimeEntryCreateOrUpdate dateUtc(org.threeten.bp.OffsetDateTime dateUtc)
public org.threeten.bp.OffsetDateTime getDateUtc()
public void setDateUtc(org.threeten.bp.OffsetDateTime dateUtc)
public TimeEntryCreateOrUpdate duration(Integer duration)
public Integer getDuration()
public void setDuration(Integer duration)
public TimeEntryCreateOrUpdate description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.