Class SenderIdentityList
java.lang.Object
com.boldsign.model.SenderIdentityList
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class SenderIdentityList
extends Object
SenderIdentityList
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultItem(SenderIdentityViewModel resultItem) booleanstatic SenderIdentityListCreate an instance of SenderIdentityList given an JSON stringGet pageDetailsGet resultinthashCode()pageDetails(PageDetails pageDetails) result(List<SenderIdentityViewModel> result) voidsetPageDetails(PageDetails pageDetails) voidsetResult(List<SenderIdentityViewModel> result) toJson()Convert an instance of SenderIdentityList 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_RESULT
- See Also:
-
SERIALIZED_NAME_PAGE_DETAILS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SenderIdentityList
public SenderIdentityList()
-
-
Method Details
-
result
-
addResultItem
-
getResult
-
setResult
-
pageDetails
-
getPageDetails
-
setPageDetails
-
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 SenderIdentityList
-
fromJson
Create an instance of SenderIdentityList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SenderIdentityList
- Throws:
IOException- if the JSON string is invalid with respect to SenderIdentityList
-
toJson
Convert an instance of SenderIdentityList to an JSON string- Returns:
- JSON string
-