Class BehalfDocumentRecords
java.lang.Object
com.boldsign.model.BehalfDocumentRecords
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class BehalfDocumentRecords
extends Object
BehalfDocumentRecords
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultItem(BehalfDocument resultItem) booleanstatic BehalfDocumentRecordsCreate an instance of BehalfDocumentRecords given an JSON stringGet pageDetailsGet resultinthashCode()pageDetails(PageDetails pageDetails) result(List<BehalfDocument> result) voidsetPageDetails(PageDetails pageDetails) voidsetResult(List<BehalfDocument> result) toJson()Convert an instance of BehalfDocumentRecords to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_PAGE_DETAILS
- See Also:
-
SERIALIZED_NAME_RESULT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BehalfDocumentRecords
public BehalfDocumentRecords()
-
-
Method Details
-
pageDetails
-
getPageDetails
-
setPageDetails
-
result
-
addResultItem
-
getResult
-
setResult
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to BehalfDocumentRecords
-
fromJson
Create an instance of BehalfDocumentRecords given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BehalfDocumentRecords
- Throws:
IOException- if the JSON string is invalid with respect to BehalfDocumentRecords
-
toJson
Convert an instance of BehalfDocumentRecords to an JSON string- Returns:
- JSON string
-