Package com.boldsign.model
Class DocumentRecords
- java.lang.Object
-
- com.boldsign.model.DocumentRecords
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class DocumentRecords extends Object
DocumentRecords
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentRecords.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 DocumentRecords()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentRecordsaddResultItem(Document resultItem)Map<String,Object>createFormData()booleanequals(Object o)static DocumentRecordsfromJson(String jsonString)Create an instance of DocumentRecords given an JSON stringPageDetailsgetPageDetails()Get pageDetailsList<Document>getResult()Get resultinthashCode()DocumentRecordspageDetails(PageDetails pageDetails)DocumentRecordsresult(List<Document> result)voidsetPageDetails(PageDetails pageDetails)voidsetResult(List<Document> result)StringtoJson()Convert an instance of DocumentRecords 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 DocumentRecords pageDetails(PageDetails pageDetails)
-
getPageDetails
@Nullable public PageDetails getPageDetails()
Get pageDetails- Returns:
- pageDetails
-
setPageDetails
public void setPageDetails(PageDetails pageDetails)
-
result
public DocumentRecords result(List<Document> result)
-
addResultItem
public DocumentRecords addResultItem(Document resultItem)
-
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 DocumentRecords
-
fromJson
public static DocumentRecords fromJson(String jsonString) throws IOException
Create an instance of DocumentRecords given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentRecords
- Throws:
IOException- if the JSON string is invalid with respect to DocumentRecords
-
toJson
public String toJson()
Convert an instance of DocumentRecords to an JSON string- Returns:
- JSON string
-
-