Package com.boldsign.model
Class Creators
- java.lang.Object
-
- com.boldsign.model.Creators
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class Creators extends Object
Creators
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreators.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CREATED_BYstatic StringSERIALIZED_NAME_USER_ID
-
Constructor Summary
Constructors Constructor Description Creators()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatorscreatedBy(String createdBy)Map<String,Object>createFormData()booleanequals(Object o)static CreatorsfromJson(String jsonString)Create an instance of Creators given an JSON stringStringgetCreatedBy()Get createdByStringgetUserId()Get userIdinthashCode()voidsetCreatedBy(String createdBy)voidsetUserId(String userId)StringtoJson()Convert an instance of Creators to an JSON stringStringtoString()CreatorsuserId(String userId)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_USER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_CREATED_BY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUserId
public void setUserId(String userId)
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
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 Creators
-
fromJson
public static Creators fromJson(String jsonString) throws IOException
Create an instance of Creators given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Creators
- Throws:
IOException- if the JSON string is invalid with respect to Creators
-
toJson
public String toJson()
Convert an instance of Creators to an JSON string- Returns:
- JSON string
-
-