Package com.boldsign.model
Class GroupUser
- java.lang.Object
-
- com.boldsign.model.GroupUser
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GroupUser extends Object
GroupUser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupUser.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EMAILstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description GroupUser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()GroupUseremail(String email)booleanequals(Object o)static GroupUserfromJson(String jsonString)Create an instance of GroupUser given an JSON stringStringgetEmail()Get emailStringgetName()Get nameinthashCode()GroupUsername(String name)voidsetEmail(String email)voidsetName(String name)StringtoJson()Convert an instance of GroupUser 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_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMAIL
public static final String SERIALIZED_NAME_EMAIL
- See Also:
- Constant Field Values
-
-
Method Detail
-
setName
public void setName(String name)
-
setEmail
public void setEmail(String email)
-
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 GroupUser
-
fromJson
public static GroupUser fromJson(String jsonString) throws IOException
Create an instance of GroupUser given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GroupUser
- Throws:
IOException- if the JSON string is invalid with respect to GroupUser
-
toJson
public String toJson()
Convert an instance of GroupUser to an JSON string- Returns:
- JSON string
-
-