Package com.boldsign.model
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 Modifier and Type Class Description static classBehalfDocumentRecords.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PAGE_DETAILSstatic StringSERIALIZED_NAME_RESULT
-
Constructor Summary
Constructors Constructor Description BehalfDocumentRecords()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BehalfDocumentRecordsaddResultItem(BehalfDocument resultItem)Map<String,Object>createFormData()booleanequals(Object o)static BehalfDocumentRecordsfromJson(String jsonString)Create an instance of BehalfDocumentRecords given an JSON stringPageDetailsgetPageDetails()Get pageDetailsList<BehalfDocument>getResult()Get resultinthashCode()BehalfDocumentRecordspageDetails(PageDetails pageDetails)BehalfDocumentRecordsresult(List<BehalfDocument> result)voidsetPageDetails(PageDetails pageDetails)voidsetResult(List<BehalfDocument> result)StringtoJson()Convert an instance of BehalfDocumentRecords to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PAGE_DETAILS
public static final String SERIALIZED_NAME_PAGE_DETAILS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESULT
public static final String SERIALIZED_NAME_RESULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
pageDetails
public BehalfDocumentRecords pageDetails(PageDetails pageDetails)
-
getPageDetails
@Nullable public PageDetails getPageDetails()
Get pageDetails- Returns:
- pageDetails
-
setPageDetails
public void setPageDetails(PageDetails pageDetails)
-
result
public BehalfDocumentRecords result(List<BehalfDocument> result)
-
addResultItem
public BehalfDocumentRecords addResultItem(BehalfDocument resultItem)
-
getResult
@Nullable public List<BehalfDocument> getResult()
Get result- Returns:
- result
-
setResult
public void setResult(List<BehalfDocument> result)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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
public static BehalfDocumentRecords fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of BehalfDocumentRecords to an JSON string- Returns:
- JSON string
-
-