Package com.xero.models.accounting
Class Prepayments
java.lang.Object
com.xero.models.accounting.Prepayments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPrepaymentsItem(Prepayment prepaymentsItem) prepaymentsaddWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIbooleanGet paginationGet prepaymentsDisplays array of warning messages from the APIinthashCode()pagination(Pagination pagination) paginationprepayments(List<Prepayment> prepayments) prepaymentsvoidsetPagination(Pagination pagination) paginationvoidsetPrepayments(List<Prepayment> prepayments) prepaymentsvoidsetWarnings(List<ValidationError> warnings) Displays array of warning messages from the APItoString()warnings(List<ValidationError> warnings) Displays array of warning messages from the API
-
Constructor Details
-
Prepayments
public Prepayments()
-
-
Method Details
-
pagination
pagination- Parameters:
pagination- Pagination- Returns:
- Prepayments
-
getPagination
-
setPagination
-
warnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>- Returns:
- Prepayments
-
addWarningsItem
Displays array of warning messages from the API- Parameters:
warningsItem- ValidationError- Returns:
- Prepayments
-
getWarnings
Displays array of warning messages from the API- Returns:
- warnings
-
setWarnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>
-
prepayments
prepayments- Parameters:
prepayments- List<Prepayment>- Returns:
- Prepayments
-
addPrepaymentsItem
prepayments- Parameters:
prepaymentsItem- Prepayment- Returns:
- Prepayments
-
getPrepayments
-
setPrepayments
prepayments- Parameters:
prepayments- List<Prepayment>
-
equals
-
hashCode
-
toString
-