Package com.xero.models.finance
Class LockHistoryResponse
java.lang.Object
com.xero.models.finance.LockHistoryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLockDatesItem(LockHistoryModel lockDatesItem) lockDatesendDate(org.threeten.bp.LocalDate endDate) The end date of the reportbooleanorg.threeten.bp.LocalDateThe end date of the reportGet lockDatesThe requested Organisation to which the data pertainsinthashCode()lockDates(List<LockHistoryModel> lockDates) lockDatesorganisationId(UUID organisationId) The requested Organisation to which the data pertainsvoidsetEndDate(org.threeten.bp.LocalDate endDate) The end date of the reportvoidsetLockDates(List<LockHistoryModel> lockDates) lockDatesvoidsetOrganisationId(UUID organisationId) The requested Organisation to which the data pertainstoString()
-
Constructor Details
-
LockHistoryResponse
public LockHistoryResponse()
-
-
Method Details
-
organisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID- Returns:
- LockHistoryResponse
-
getOrganisationId
The requested Organisation to which the data pertains- Returns:
- organisationId
-
setOrganisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID
-
endDate
The end date of the report- Parameters:
endDate- LocalDate- Returns:
- LockHistoryResponse
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()The end date of the report- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) The end date of the report- Parameters:
endDate- LocalDate
-
lockDates
lockDates- Parameters:
lockDates- List<LockHistoryModel>- Returns:
- LockHistoryResponse
-
addLockDatesItem
lockDates- Parameters:
lockDatesItem- LockHistoryModel- Returns:
- LockHistoryResponse
-
getLockDates
-
setLockDates
lockDates- Parameters:
lockDates- List<LockHistoryModel>
-
equals
-
hashCode
-
toString
-