Class RemoveAuthentication
java.lang.Object
com.boldsign.model.RemoveAuthentication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class RemoveAuthentication
extends Object
RemoveAuthentication
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RemoveAuthenticationCreate an instance of RemoveAuthentication given an JSON stringGet emailIdGet onBehalfOfGet phoneNumberGet zOrderinthashCode()onBehalfOf(String onBehalfOf) phoneNumber(PhoneNumber phoneNumber) voidsetEmailId(String emailId) voidsetOnBehalfOf(String onBehalfOf) voidsetPhoneNumber(PhoneNumber phoneNumber) voidtoJson()Convert an instance of RemoveAuthentication 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_EMAIL_ID
- See Also:
-
SERIALIZED_NAME_Z_ORDER
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RemoveAuthentication
public RemoveAuthentication()
-
-
Method Details
-
emailId
-
getEmailId
-
setEmailId
-
zOrder
-
getzOrder
-
setzOrder
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
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 RemoveAuthentication
-
fromJson
Create an instance of RemoveAuthentication given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RemoveAuthentication
- Throws:
IOException- if the JSON string is invalid with respect to RemoveAuthentication
-
toJson
Convert an instance of RemoveAuthentication to an JSON string- Returns:
- JSON string
-