Package com.xero.models.accounting
Class Journals
java.lang.Object
com.xero.models.accounting.Journals
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddJournalsItem(Journal journalsItem) journalsaddWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIbooleanGet journalsDisplays array of warning messages from the APIinthashCode()journalsvoidsetJournals(List<Journal> journals) journalsvoidsetWarnings(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
-
Journals
public Journals()
-
-
Method Details
-
warnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>- Returns:
- Journals
-
addWarningsItem
Displays array of warning messages from the API- Parameters:
warningsItem- ValidationError- Returns:
- Journals
-
getWarnings
Displays array of warning messages from the API- Returns:
- warnings
-
setWarnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>
-
journals
-
addJournalsItem
-
getJournals
-
setJournals
-
equals
-
hashCode
-
toString
-