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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExtendExpiryCreate an instance of ExtendExpiry given an JSON stringDeprecated.Get newExpiryValueGet onBehalfOfGet warnPriorinthashCode()newExpiryDate(String newExpiryDate) Deprecated.newExpiryValue(String newExpiryValue) onBehalfOf(String onBehalfOf) voidsetNewExpiryDate(String newExpiryDate) Deprecated.voidsetNewExpiryValue(String newExpiryValue) voidsetOnBehalfOf(String onBehalfOf) voidsetWarnPrior(Boolean warnPrior) toJson()Convert an instance of ExtendExpiry 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_NEW_EXPIRY_VALUE
- See Also:
-
SERIALIZED_NAME_NEW_EXPIRY_DATE
- See Also:
-
SERIALIZED_NAME_WARN_PRIOR
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExtendExpiry
public ExtendExpiry()
-
-
Method Details
-
newExpiryValue
-
getNewExpiryValue
-
setNewExpiryValue
-
newExpiryDate
Deprecated. -
getNewExpiryDate
Deprecated.Get newExpiryDate- Returns:
- newExpiryDate
-
setNewExpiryDate
Deprecated. -
warnPrior
-
getWarnPrior
-
setWarnPrior
-
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 ExtendExpiry
-
fromJson
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
-