Class RecipientChangeLog
java.lang.Object
com.boldsign.model.RecipientChangeLog
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class RecipientChangeLog
extends Object
RecipientChangeLog
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAddedItem(Added addedItem) addRemovedItem(Removed removedItem) booleanstatic RecipientChangeLogCreate an instance of RecipientChangeLog given an JSON stringgetAdded()Get addedGet removedinthashCode()voidvoidsetRemoved(List<Removed> removed) toJson()Convert an instance of RecipientChangeLog 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_ADDED
- See Also:
-
SERIALIZED_NAME_REMOVED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RecipientChangeLog
public RecipientChangeLog()
-
-
Method Details
-
added
-
addAddedItem
-
getAdded
-
setAdded
-
removed
-
addRemovedItem
-
getRemoved
-
setRemoved
-
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 RecipientChangeLog
-
fromJson
Create an instance of RecipientChangeLog given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RecipientChangeLog
- Throws:
IOException- if the JSON string is invalid with respect to RecipientChangeLog
-
toJson
Convert an instance of RecipientChangeLog to an JSON string- Returns:
- JSON string
-