Package com.boldsign.model
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 Modifier and Type Class Description static classDocumentSenderDetail.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EMAIL_ADDRESSstatic StringSERIALIZED_NAME_IS_VIEWEDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PRIVATE_MESSAGE
-
Constructor Summary
Constructors Constructor Description DocumentSenderDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()DocumentSenderDetailemailAddress(String emailAddress)booleanequals(Object o)static DocumentSenderDetailfromJson(String jsonString)Create an instance of DocumentSenderDetail given an JSON stringStringgetEmailAddress()Get emailAddressBooleangetIsViewed()Get isViewedStringgetName()Get nameStringgetPrivateMessage()Get privateMessageinthashCode()DocumentSenderDetailisViewed(Boolean isViewed)DocumentSenderDetailname(String name)DocumentSenderDetailprivateMessage(String privateMessage)voidsetEmailAddress(String emailAddress)voidsetIsViewed(Boolean isViewed)voidsetName(String name)voidsetPrivateMessage(String privateMessage)StringtoJson()Convert an instance of DocumentSenderDetail 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_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIVATE_MESSAGE
public static final String SERIALIZED_NAME_PRIVATE_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_VIEWED
public static final String SERIALIZED_NAME_IS_VIEWED
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public DocumentSenderDetail name(String name)
-
setName
public void setName(String name)
-
privateMessage
public DocumentSenderDetail privateMessage(String privateMessage)
-
getPrivateMessage
@Nullable public String getPrivateMessage()
Get privateMessage- Returns:
- privateMessage
-
setPrivateMessage
public void setPrivateMessage(String privateMessage)
-
emailAddress
public DocumentSenderDetail emailAddress(String emailAddress)
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
isViewed
public DocumentSenderDetail isViewed(Boolean isViewed)
-
setIsViewed
public void setIsViewed(Boolean isViewed)
-
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 DocumentSenderDetail
-
fromJson
public static DocumentSenderDetail fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of DocumentSenderDetail to an JSON string- Returns:
- JSON string
-
-