Package com.boldsign.model
Class SignatureFrameSettings
- java.lang.Object
-
- com.boldsign.model.SignatureFrameSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class SignatureFrameSettings extends Object
SignatureFrameSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureFrameSettings.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ENABLE_SIGNATURE_FRAMEstatic StringSERIALIZED_NAME_SHOW_RECIPIENT_EMAILstatic StringSERIALIZED_NAME_SHOW_RECIPIENT_NAMEstatic StringSERIALIZED_NAME_SHOW_TIME_STAMP
-
Constructor Summary
Constructors Constructor Description SignatureFrameSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()SignatureFrameSettingsenableSignatureFrame(Boolean enableSignatureFrame)booleanequals(Object o)static SignatureFrameSettingsfromJson(String jsonString)Create an instance of SignatureFrameSettings given an JSON stringBooleangetEnableSignatureFrame()Get enableSignatureFrameBooleangetShowRecipientEmail()Get showRecipientEmailBooleangetShowRecipientName()Get showRecipientNameBooleangetShowTimeStamp()Get showTimeStampinthashCode()voidsetEnableSignatureFrame(Boolean enableSignatureFrame)voidsetShowRecipientEmail(Boolean showRecipientEmail)voidsetShowRecipientName(Boolean showRecipientName)voidsetShowTimeStamp(Boolean showTimeStamp)SignatureFrameSettingsshowRecipientEmail(Boolean showRecipientEmail)SignatureFrameSettingsshowRecipientName(Boolean showRecipientName)SignatureFrameSettingsshowTimeStamp(Boolean showTimeStamp)StringtoJson()Convert an instance of SignatureFrameSettings 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_ENABLE_SIGNATURE_FRAME
public static final String SERIALIZED_NAME_ENABLE_SIGNATURE_FRAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_RECIPIENT_NAME
public static final String SERIALIZED_NAME_SHOW_RECIPIENT_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_RECIPIENT_EMAIL
public static final String SERIALIZED_NAME_SHOW_RECIPIENT_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_TIME_STAMP
public static final String SERIALIZED_NAME_SHOW_TIME_STAMP
- See Also:
- Constant Field Values
-
-
Method Detail
-
enableSignatureFrame
public SignatureFrameSettings enableSignatureFrame(Boolean enableSignatureFrame)
-
getEnableSignatureFrame
@Nullable public Boolean getEnableSignatureFrame()
Get enableSignatureFrame- Returns:
- enableSignatureFrame
-
setEnableSignatureFrame
public void setEnableSignatureFrame(Boolean enableSignatureFrame)
-
showRecipientName
public SignatureFrameSettings showRecipientName(Boolean showRecipientName)
-
getShowRecipientName
@Nullable public Boolean getShowRecipientName()
Get showRecipientName- Returns:
- showRecipientName
-
setShowRecipientName
public void setShowRecipientName(Boolean showRecipientName)
-
showRecipientEmail
public SignatureFrameSettings showRecipientEmail(Boolean showRecipientEmail)
-
getShowRecipientEmail
@Nullable public Boolean getShowRecipientEmail()
Get showRecipientEmail- Returns:
- showRecipientEmail
-
setShowRecipientEmail
public void setShowRecipientEmail(Boolean showRecipientEmail)
-
showTimeStamp
public SignatureFrameSettings showTimeStamp(Boolean showTimeStamp)
-
getShowTimeStamp
@Nullable public Boolean getShowTimeStamp()
Get showTimeStamp- Returns:
- showTimeStamp
-
setShowTimeStamp
public void setShowTimeStamp(Boolean showTimeStamp)
-
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 SignatureFrameSettings
-
fromJson
public static SignatureFrameSettings fromJson(String jsonString) throws IOException
Create an instance of SignatureFrameSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SignatureFrameSettings
- Throws:
IOException- if the JSON string is invalid with respect to SignatureFrameSettings
-
toJson
public String toJson()
Convert an instance of SignatureFrameSettings to an JSON string- Returns:
- JSON string
-
-