Package com.boldsign.model
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 Modifier and Type Class Description static classRecipientChangeLog.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ADDEDstatic StringSERIALIZED_NAME_REMOVED
-
Constructor Summary
Constructors Constructor Description RecipientChangeLog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientChangeLogaddAddedItem(Added addedItem)RecipientChangeLogadded(List<Added> added)RecipientChangeLogaddRemovedItem(Removed removedItem)Map<String,Object>createFormData()booleanequals(Object o)static RecipientChangeLogfromJson(String jsonString)Create an instance of RecipientChangeLog given an JSON stringList<Added>getAdded()Get addedList<Removed>getRemoved()Get removedinthashCode()RecipientChangeLogremoved(List<Removed> removed)voidsetAdded(List<Added> added)voidsetRemoved(List<Removed> removed)StringtoJson()Convert an instance of RecipientChangeLog to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_ADDED
public static final String SERIALIZED_NAME_ADDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMOVED
public static final String SERIALIZED_NAME_REMOVED
- See Also:
- Constant Field Values
-
-
Method Detail
-
added
public RecipientChangeLog added(List<Added> added)
-
addAddedItem
public RecipientChangeLog addAddedItem(Added addedItem)
-
removed
public RecipientChangeLog removed(List<Removed> removed)
-
addRemovedItem
public RecipientChangeLog addRemovedItem(Removed removedItem)
-
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 RecipientChangeLog
-
fromJson
public static RecipientChangeLog fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of RecipientChangeLog to an JSON string- Returns:
- JSON string
-
-