Package com.boldsign.model
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 Modifier and Type Class Description static classRemoveAuthentication.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EMAIL_IDstatic StringSERIALIZED_NAME_ON_BEHALF_OFstatic StringSERIALIZED_NAME_PHONE_NUMBERstatic StringSERIALIZED_NAME_Z_ORDER
-
Constructor Summary
Constructors Constructor Description RemoveAuthentication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()RemoveAuthenticationemailId(String emailId)booleanequals(Object o)static RemoveAuthenticationfromJson(String jsonString)Create an instance of RemoveAuthentication given an JSON stringStringgetEmailId()Get emailIdStringgetOnBehalfOf()Get onBehalfOfPhoneNumbergetPhoneNumber()Get phoneNumberIntegergetzOrder()Get zOrderinthashCode()RemoveAuthenticationonBehalfOf(String onBehalfOf)RemoveAuthenticationphoneNumber(PhoneNumber phoneNumber)voidsetEmailId(String emailId)voidsetOnBehalfOf(String onBehalfOf)voidsetPhoneNumber(PhoneNumber phoneNumber)voidsetzOrder(Integer zOrder)StringtoJson()Convert an instance of RemoveAuthentication to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundRemoveAuthenticationzOrder(Integer zOrder)
-
-
-
Field Detail
-
SERIALIZED_NAME_EMAIL_ID
public static final String SERIALIZED_NAME_EMAIL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_Z_ORDER
public static final String SERIALIZED_NAME_Z_ORDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_NUMBER
public static final String SERIALIZED_NAME_PHONE_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ON_BEHALF_OF
public static final String SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
- Constant Field Values
-
-
Method Detail
-
emailId
public RemoveAuthentication emailId(String emailId)
-
setEmailId
public void setEmailId(String emailId)
-
zOrder
public RemoveAuthentication zOrder(Integer zOrder)
-
setzOrder
public void setzOrder(Integer zOrder)
-
phoneNumber
public RemoveAuthentication phoneNumber(PhoneNumber phoneNumber)
-
getPhoneNumber
@Nullable public PhoneNumber getPhoneNumber()
Get phoneNumber- Returns:
- phoneNumber
-
setPhoneNumber
public void setPhoneNumber(PhoneNumber phoneNumber)
-
onBehalfOf
public RemoveAuthentication onBehalfOf(String onBehalfOf)
-
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
-
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 RemoveAuthentication
-
fromJson
public static RemoveAuthentication fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of RemoveAuthentication to an JSON string- Returns:
- JSON string
-
-