Package com.boldsign.model
Class TeamResponse
- java.lang.Object
-
- com.boldsign.model.TeamResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class TeamResponse extends Object
TeamResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CREATED_DATEstatic StringSERIALIZED_NAME_MODIFIED_DATEstatic StringSERIALIZED_NAME_TEAM_IDstatic StringSERIALIZED_NAME_TEAM_NAMEstatic StringSERIALIZED_NAME_USERS
-
Constructor Summary
Constructors Constructor Description TeamResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamResponseaddUsersItem(TeamUsers usersItem)TeamResponsecreatedDate(Long createdDate)Map<String,Object>createFormData()booleanequals(Object o)static TeamResponsefromJson(String jsonString)Create an instance of TeamResponse given an JSON stringLonggetCreatedDate()Get createdDateLonggetModifiedDate()Get modifiedDateStringgetTeamId()Get teamIdStringgetTeamName()Get teamNameList<TeamUsers>getUsers()Get usersinthashCode()TeamResponsemodifiedDate(Long modifiedDate)voidsetCreatedDate(Long createdDate)voidsetModifiedDate(Long modifiedDate)voidsetTeamId(String teamId)voidsetTeamName(String teamName)voidsetUsers(List<TeamUsers> users)TeamResponseteamId(String teamId)TeamResponseteamName(String teamName)StringtoJson()Convert an instance of TeamResponse to an JSON stringStringtoString()TeamResponseusers(List<TeamUsers> users)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_TEAM_ID
public static final String SERIALIZED_NAME_TEAM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEAM_NAME
public static final String SERIALIZED_NAME_TEAM_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USERS
public static final String SERIALIZED_NAME_USERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_DATE
public static final String SERIALIZED_NAME_CREATED_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MODIFIED_DATE
public static final String SERIALIZED_NAME_MODIFIED_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
teamId
public TeamResponse teamId(String teamId)
-
setTeamId
public void setTeamId(String teamId)
-
teamName
public TeamResponse teamName(String teamName)
-
setTeamName
public void setTeamName(String teamName)
-
users
public TeamResponse users(List<TeamUsers> users)
-
addUsersItem
public TeamResponse addUsersItem(TeamUsers usersItem)
-
createdDate
public TeamResponse createdDate(Long createdDate)
-
setCreatedDate
public void setCreatedDate(Long createdDate)
-
modifiedDate
public TeamResponse modifiedDate(Long modifiedDate)
-
setModifiedDate
public void setModifiedDate(Long modifiedDate)
-
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 TeamResponse
-
fromJson
public static TeamResponse fromJson(String jsonString) throws IOException
Create an instance of TeamResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TeamResponse
- Throws:
IOException- if the JSON string is invalid with respect to TeamResponse
-
toJson
public String toJson()
Convert an instance of TeamResponse to an JSON string- Returns:
- JSON string
-
-