Class EmbeddedFileDetails
java.lang.Object
com.boldsign.model.EmbeddedFileDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class EmbeddedFileDetails
extends Object
EmbeddedFileDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) booleanstatic EmbeddedFileDetailsCreate an instance of EmbeddedFileDetails given an JSON stringGet countryCodeGet emailIdGet onBehalfOfgetOrder()Get orderGet phoneNumberGet redirectUrlinthashCode()onBehalfOf(String onBehalfOf) phoneNumber(String phoneNumber) redirectUrl(String redirectUrl) voidsetCountryCode(String countryCode) voidsetEmailId(String emailId) voidsetOnBehalfOf(String onBehalfOf) voidvoidsetPhoneNumber(String phoneNumber) voidsetRedirectUrl(String redirectUrl) toJson()Convert an instance of EmbeddedFileDetails 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_COUNTRY_CODE
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
SERIALIZED_NAME_REDIRECT_URL
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
EmbeddedFileDetails
public EmbeddedFileDetails()
-
-
Method Details
-
emailId
-
getEmailId
-
setEmailId
-
countryCode
-
getCountryCode
-
setCountryCode
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
redirectUrl
-
getRedirectUrl
-
setRedirectUrl
-
order
-
getOrder
-
setOrder
-
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 EmbeddedFileDetails
-
fromJson
Create an instance of EmbeddedFileDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EmbeddedFileDetails
- Throws:
IOException- if the JSON string is invalid with respect to EmbeddedFileDetails
-
toJson
Convert an instance of EmbeddedFileDetails to an JSON string- Returns:
- JSON string
-