Package com.boldsign.model
Class ExtendExpiry
- java.lang.Object
-
- com.boldsign.model.ExtendExpiry
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class ExtendExpiry extends Object
ExtendExpiry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtendExpiry.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_NEW_EXPIRY_DATEstatic StringSERIALIZED_NAME_NEW_EXPIRY_VALUEstatic StringSERIALIZED_NAME_ON_BEHALF_OFstatic StringSERIALIZED_NAME_WARN_PRIOR
-
Constructor Summary
Constructors Constructor Description ExtendExpiry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>createFormData()booleanequals(Object o)static ExtendExpiryfromJson(String jsonString)Create an instance of ExtendExpiry given an JSON stringStringgetNewExpiryDate()Deprecated.StringgetNewExpiryValue()Get newExpiryValueStringgetOnBehalfOf()Get onBehalfOfBooleangetWarnPrior()Get warnPriorinthashCode()ExtendExpirynewExpiryDate(String newExpiryDate)Deprecated.ExtendExpirynewExpiryValue(String newExpiryValue)ExtendExpiryonBehalfOf(String onBehalfOf)voidsetNewExpiryDate(String newExpiryDate)Deprecated.voidsetNewExpiryValue(String newExpiryValue)voidsetOnBehalfOf(String onBehalfOf)voidsetWarnPrior(Boolean warnPrior)StringtoJson()Convert an instance of ExtendExpiry to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundExtendExpirywarnPrior(Boolean warnPrior)
-
-
-
Field Detail
-
SERIALIZED_NAME_NEW_EXPIRY_VALUE
public static final String SERIALIZED_NAME_NEW_EXPIRY_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEW_EXPIRY_DATE
public static final String SERIALIZED_NAME_NEW_EXPIRY_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WARN_PRIOR
public static final String SERIALIZED_NAME_WARN_PRIOR
- 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
-
newExpiryValue
public ExtendExpiry newExpiryValue(String newExpiryValue)
-
getNewExpiryValue
@Nullable public String getNewExpiryValue()
Get newExpiryValue- Returns:
- newExpiryValue
-
setNewExpiryValue
public void setNewExpiryValue(String newExpiryValue)
-
newExpiryDate
@Deprecated public ExtendExpiry newExpiryDate(String newExpiryDate)
Deprecated.
-
getNewExpiryDate
@Deprecated @Nullable public String getNewExpiryDate()
Deprecated.Get newExpiryDate- Returns:
- newExpiryDate
-
setNewExpiryDate
@Deprecated public void setNewExpiryDate(String newExpiryDate)
Deprecated.
-
warnPrior
public ExtendExpiry warnPrior(Boolean warnPrior)
-
setWarnPrior
public void setWarnPrior(Boolean warnPrior)
-
onBehalfOf
public ExtendExpiry 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 ExtendExpiry
-
fromJson
public static ExtendExpiry fromJson(String jsonString) throws IOException
Create an instance of ExtendExpiry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExtendExpiry
- Throws:
IOException- if the JSON string is invalid with respect to ExtendExpiry
-
toJson
public String toJson()
Convert an instance of ExtendExpiry to an JSON string- Returns:
- JSON string
-
-