Class DocumentSenderDetail
java.lang.Object
com.boldsign.model.DocumentSenderDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentSenderDetail
extends Object
DocumentSenderDetail
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) booleanstatic DocumentSenderDetailCreate an instance of DocumentSenderDetail given an JSON stringGet emailAddressGet isViewedgetName()Get nameGet privateMessageinthashCode()privateMessage(String privateMessage) voidsetEmailAddress(String emailAddress) voidsetIsViewed(Boolean isViewed) voidvoidsetPrivateMessage(String privateMessage) toJson()Convert an instance of DocumentSenderDetail 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_NAME
- See Also:
-
SERIALIZED_NAME_PRIVATE_MESSAGE
- See Also:
-
SERIALIZED_NAME_EMAIL_ADDRESS
- See Also:
-
SERIALIZED_NAME_IS_VIEWED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DocumentSenderDetail
public DocumentSenderDetail()
-
-
Method Details
-
name
-
getName
-
setName
-
privateMessage
-
getPrivateMessage
-
setPrivateMessage
-
emailAddress
-
getEmailAddress
-
setEmailAddress
-
isViewed
-
getIsViewed
-
setIsViewed
-
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 DocumentSenderDetail
-
fromJson
Create an instance of DocumentSenderDetail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentSenderDetail
- Throws:
IOException- if the JSON string is invalid with respect to DocumentSenderDetail
-
toJson
Convert an instance of DocumentSenderDetail to an JSON string- Returns:
- JSON string
-