Class AccessCodeDetail
java.lang.Object
com.boldsign.model.AccessCodeDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class AccessCodeDetail
extends Object
AccessCodeDetail
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets authenticationTypestatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessCode(String accessCode) authenticationRetryCount(Integer authenticationRetryCount) authenticationSettings(AuthenticationSettings authenticationSettings) authenticationType(AccessCodeDetail.AuthenticationTypeEnum authenticationType) booleanstatic AccessCodeDetailCreate an instance of AccessCodeDetail given an JSON stringGet accessCodeGet authenticationRetryCount minimum: 1 maximum: 10Get authenticationSettingsGet authenticationTypeGet emailIdGet identityVerificationSettingsGet onBehalfOfgetOrder()Get order minimum: 1 maximum: 50Get phoneNumberinthashCode()identityVerificationSettings(IdentityVerificationSettings identityVerificationSettings) onBehalfOf(String onBehalfOf) phoneNumber(PhoneNumber phoneNumber) voidsetAccessCode(String accessCode) voidsetAuthenticationRetryCount(Integer authenticationRetryCount) voidsetAuthenticationSettings(AuthenticationSettings authenticationSettings) voidsetAuthenticationType(AccessCodeDetail.AuthenticationTypeEnum authenticationType) voidsetEmailId(String emailId) voidsetIdentityVerificationSettings(IdentityVerificationSettings identityVerificationSettings) voidsetOnBehalfOf(String onBehalfOf) voidvoidsetPhoneNumber(PhoneNumber phoneNumber) toJson()Convert an instance of AccessCodeDetail 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_AUTHENTICATION_TYPE
- See Also:
-
SERIALIZED_NAME_EMAIL_ID
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_ACCESS_CODE
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
SERIALIZED_NAME_IDENTITY_VERIFICATION_SETTINGS
- See Also:
-
SERIALIZED_NAME_AUTHENTICATION_RETRY_COUNT
- See Also:
-
SERIALIZED_NAME_AUTHENTICATION_SETTINGS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AccessCodeDetail
public AccessCodeDetail()
-
-
Method Details
-
authenticationType
public AccessCodeDetail authenticationType(AccessCodeDetail.AuthenticationTypeEnum authenticationType) -
getAuthenticationType
Get authenticationType- Returns:
- authenticationType
-
setAuthenticationType
-
emailId
-
getEmailId
-
setEmailId
-
order
-
getOrder
-
setOrder
-
accessCode
-
getAccessCode
-
setAccessCode
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
identityVerificationSettings
public AccessCodeDetail identityVerificationSettings(IdentityVerificationSettings identityVerificationSettings) -
getIdentityVerificationSettings
Get identityVerificationSettings- Returns:
- identityVerificationSettings
-
setIdentityVerificationSettings
public void setIdentityVerificationSettings(IdentityVerificationSettings identityVerificationSettings) -
authenticationRetryCount
-
getAuthenticationRetryCount
-
setAuthenticationRetryCount
-
authenticationSettings
-
getAuthenticationSettings
Get authenticationSettings- Returns:
- authenticationSettings
-
setAuthenticationSettings
-
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 AccessCodeDetail
-
fromJson
Create an instance of AccessCodeDetail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AccessCodeDetail
- Throws:
IOException- if the JSON string is invalid with respect to AccessCodeDetail
-
toJson
Convert an instance of AccessCodeDetail to an JSON string- Returns:
- JSON string
-