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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUsersItem(TeamUsers usersItem) createdDate(Long createdDate) booleanstatic TeamResponseCreate an instance of TeamResponse given an JSON stringGet createdDateGet modifiedDateGet teamIdGet teamNamegetUsers()Get usersinthashCode()modifiedDate(Long modifiedDate) voidsetCreatedDate(Long createdDate) voidsetModifiedDate(Long modifiedDate) voidvoidsetTeamName(String teamName) voidtoJson()Convert an instance of TeamResponse to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TEAM_ID
- See Also:
-
SERIALIZED_NAME_TEAM_NAME
- See Also:
-
SERIALIZED_NAME_USERS
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_MODIFIED_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TeamResponse
public TeamResponse()
-
-
Method Details
-
teamId
-
getTeamId
-
setTeamId
-
teamName
-
getTeamName
-
setTeamName
-
users
-
addUsersItem
-
getUsers
-
setUsers
-
createdDate
-
getCreatedDate
-
setCreatedDate
-
modifiedDate
-
getModifiedDate
-
setModifiedDate
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates 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
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
-