Package com.boldsign.model
Class TemplateSigner
- java.lang.Object
-
- com.boldsign.model.TemplateSigner
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class TemplateSigner extends Object
TemplateSigner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplateSigner.CustomTypeAdapterFactorystatic classTemplateSigner.StatusEnumGets or Sets status
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ALLOW_FIELD_CONFIGURATIONstatic StringSERIALIZED_NAME_ENABLE_ACCESS_CODEstatic StringSERIALIZED_NAME_ENABLE_EMAIL_O_T_Pstatic StringSERIALIZED_NAME_HOST_EMAILstatic StringSERIALIZED_NAME_HOST_NAMEstatic StringSERIALIZED_NAME_HOST_USER_IDstatic StringSERIALIZED_NAME_IMPOSE_AUTHENTICATIONstatic StringSERIALIZED_NAME_ORDERstatic StringSERIALIZED_NAME_PHONE_NUMBERstatic StringSERIALIZED_NAME_SIGNER_EMAILstatic StringSERIALIZED_NAME_SIGNER_NAMEstatic StringSERIALIZED_NAME_SIGNER_ROLEstatic StringSERIALIZED_NAME_SIGNER_TYPEstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_USER_ID
-
Constructor Summary
Constructors Constructor Description TemplateSigner()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SIGNER_NAME
public static final String SERIALIZED_NAME_SIGNER_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNER_ROLE
public static final String SERIALIZED_NAME_SIGNER_ROLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNER_EMAIL
public static final String SERIALIZED_NAME_SIGNER_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_NUMBER
public static final String SERIALIZED_NAME_PHONE_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENABLE_ACCESS_CODE
public static final String SERIALIZED_NAME_ENABLE_ACCESS_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENABLE_EMAIL_O_T_P
public static final String SERIALIZED_NAME_ENABLE_EMAIL_O_T_P
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_USER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ORDER
public static final String SERIALIZED_NAME_ORDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNER_TYPE
public static final String SERIALIZED_NAME_SIGNER_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOST_EMAIL
public static final String SERIALIZED_NAME_HOST_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOST_NAME
public static final String SERIALIZED_NAME_HOST_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOST_USER_ID
public static final String SERIALIZED_NAME_HOST_USER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMPOSE_AUTHENTICATION
public static final String SERIALIZED_NAME_IMPOSE_AUTHENTICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_FIELD_CONFIGURATION
public static final String SERIALIZED_NAME_ALLOW_FIELD_CONFIGURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
signerName
public TemplateSigner signerName(String signerName)
-
setSignerName
public void setSignerName(String signerName)
-
signerRole
public TemplateSigner signerRole(String signerRole)
-
setSignerRole
public void setSignerRole(String signerRole)
-
signerEmail
public TemplateSigner signerEmail(String signerEmail)
-
setSignerEmail
public void setSignerEmail(String signerEmail)
-
phoneNumber
public TemplateSigner phoneNumber(PhoneNumberWebhookModel phoneNumber)
-
getPhoneNumber
@Nullable public PhoneNumberWebhookModel getPhoneNumber()
Get phoneNumber- Returns:
- phoneNumber
-
setPhoneNumber
public void setPhoneNumber(PhoneNumberWebhookModel phoneNumber)
-
enableAccessCode
public TemplateSigner enableAccessCode(Boolean enableAccessCode)
-
getEnableAccessCode
@Nullable public Boolean getEnableAccessCode()
Get enableAccessCode- Returns:
- enableAccessCode
-
setEnableAccessCode
public void setEnableAccessCode(Boolean enableAccessCode)
-
enableEmailOTP
public TemplateSigner enableEmailOTP(Boolean enableEmailOTP)
-
getEnableEmailOTP
@Nullable public Boolean getEnableEmailOTP()
Get enableEmailOTP- Returns:
- enableEmailOTP
-
setEnableEmailOTP
public void setEnableEmailOTP(Boolean enableEmailOTP)
-
status
public TemplateSigner status(TemplateSigner.StatusEnum status)
-
getStatus
@Nullable public TemplateSigner.StatusEnum getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(TemplateSigner.StatusEnum status)
-
userId
public TemplateSigner userId(String userId)
-
setUserId
public void setUserId(String userId)
-
order
public TemplateSigner order(Integer order)
-
setOrder
public void setOrder(Integer order)
-
signerType
public TemplateSigner signerType(String signerType)
-
setSignerType
public void setSignerType(String signerType)
-
hostEmail
public TemplateSigner hostEmail(String hostEmail)
-
setHostEmail
public void setHostEmail(String hostEmail)
-
hostName
public TemplateSigner hostName(String hostName)
-
setHostName
public void setHostName(String hostName)
-
hostUserId
public TemplateSigner hostUserId(String hostUserId)
-
setHostUserId
public void setHostUserId(String hostUserId)
-
imposeAuthentication
public TemplateSigner imposeAuthentication(String imposeAuthentication)
-
getImposeAuthentication
@Nullable public String getImposeAuthentication()
Get imposeAuthentication- Returns:
- imposeAuthentication
-
setImposeAuthentication
public void setImposeAuthentication(String imposeAuthentication)
-
allowFieldConfiguration
public TemplateSigner allowFieldConfiguration(Boolean allowFieldConfiguration)
-
getAllowFieldConfiguration
@Nullable public Boolean getAllowFieldConfiguration()
Get allowFieldConfiguration- Returns:
- allowFieldConfiguration
-
setAllowFieldConfiguration
public void setAllowFieldConfiguration(Boolean allowFieldConfiguration)
-
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 TemplateSigner
-
fromJson
public static TemplateSigner fromJson(String jsonString) throws IOException
Create an instance of TemplateSigner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TemplateSigner
- Throws:
IOException- if the JSON string is invalid with respect to TemplateSigner
-
toJson
public String toJson()
Convert an instance of TemplateSigner to an JSON string- Returns:
- JSON string
-
-