Package com.boldsign.model
Class CreateGroupContactResponse
- java.lang.Object
-
- com.boldsign.model.CreateGroupContactResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class CreateGroupContactResponse extends Object
CreateGroupContactResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateGroupContactResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_GROUP_NAME
-
Constructor Summary
Constructors Constructor Description CreateGroupContactResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()booleanequals(Object o)static CreateGroupContactResponsefromJson(String jsonString)Create an instance of CreateGroupContactResponse given an JSON stringStringgetGroupId()Get groupIdStringgetGroupName()Get groupNameCreateGroupContactResponsegroupId(String groupId)CreateGroupContactResponsegroupName(String groupName)inthashCode()voidsetGroupId(String groupId)voidsetGroupName(String groupName)StringtoJson()Convert an instance of CreateGroupContactResponse 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_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_GROUP_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
groupId
public CreateGroupContactResponse groupId(String groupId)
-
setGroupId
public void setGroupId(String groupId)
-
groupName
public CreateGroupContactResponse groupName(String groupName)
-
setGroupName
public void setGroupName(String groupName)
-
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 CreateGroupContactResponse
-
fromJson
public static CreateGroupContactResponse fromJson(String jsonString) throws IOException
Create an instance of CreateGroupContactResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateGroupContactResponse
- Throws:
IOException- if the JSON string is invalid with respect to CreateGroupContactResponse
-
toJson
public String toJson()
Convert an instance of CreateGroupContactResponse to an JSON string- Returns:
- JSON string
-
-