@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class UpdateGroupContacts extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateGroupContacts.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CONTACT_IDS |
Constructor and Description |
---|
UpdateGroupContacts() |
Modifier and Type | Method and Description |
---|---|
UpdateGroupContacts |
addContactIdsItem(UUID contactIdsItem) |
UpdateGroupContacts |
contactIds(List<UUID> contactIds) |
boolean |
equals(Object o) |
static UpdateGroupContacts |
fromJson(String jsonString)
Create an instance of UpdateGroupContacts given an JSON string
|
List<UUID> |
getContactIds()
Get contactIds
|
int |
hashCode() |
void |
setContactIds(List<UUID> contactIds) |
String |
toJson()
Convert an instance of UpdateGroupContacts to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_CONTACT_IDS
public UpdateGroupContacts contactIds(List<UUID> contactIds)
public UpdateGroupContacts addContactIdsItem(UUID contactIdsItem)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to UpdateGroupContactspublic static UpdateGroupContacts fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to UpdateGroupContactspublic String toJson()
Copyright © 2023. All rights reserved.