Package com.xero.models.project
Class ProjectCreateOrUpdate
java.lang.Object
com.xero.models.project.ProjectCreateOrUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIdentifier of the contact this project was created for.deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) Deadline for the project.booleanestimateAmount(Double estimateAmount) estimateAmountIdentifier of the contact this project was created for.org.threeten.bp.OffsetDateTimeDeadline for the project.Get estimateAmountgetName()Name of the project.inthashCode()Name of the project.voidsetContactId(UUID contactId) Identifier of the contact this project was created for.voidsetDeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) Deadline for the project.voidsetEstimateAmount(Double estimateAmount) estimateAmountvoidName of the project.toString()
-
Constructor Details
-
ProjectCreateOrUpdate
public ProjectCreateOrUpdate()
-
-
Method Details
-
contactId
Identifier of the contact this project was created for.- Parameters:
contactId- UUID- Returns:
- ProjectCreateOrUpdate
-
getContactId
Identifier of the contact this project was created for.- Returns:
- contactId
-
setContactId
Identifier of the contact this project was created for.- Parameters:
contactId- UUID
-
name
Name of the project.- Parameters:
name- String- Returns:
- ProjectCreateOrUpdate
-
getName
-
setName
-
estimateAmount
estimateAmount- Parameters:
estimateAmount- Double- Returns:
- ProjectCreateOrUpdate
-
getEstimateAmount
-
setEstimateAmount
estimateAmount- Parameters:
estimateAmount- Double
-
deadlineUtc
Deadline for the project. UTC Date Time in ISO-8601 format.- Parameters:
deadlineUtc- OffsetDateTime- Returns:
- ProjectCreateOrUpdate
-
getDeadlineUtc
public org.threeten.bp.OffsetDateTime getDeadlineUtc()Deadline for the project. UTC Date Time in ISO-8601 format.- Returns:
- deadlineUtc
-
setDeadlineUtc
public void setDeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) Deadline for the project. UTC Date Time in ISO-8601 format.- Parameters:
deadlineUtc- OffsetDateTime
-
equals
-
hashCode
-
toString
-