Class TeamUpdateRequest
java.lang.Object
com.boldsign.model.TeamUpdateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TeamUpdateRequest
extends Object
TeamUpdateRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TeamUpdateRequestCreate an instance of TeamUpdateRequest given an JSON stringGet teamIdGet teamNameinthashCode()voidvoidsetTeamName(String teamName) toJson()Convert an instance of TeamUpdateRequest 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TeamUpdateRequest
public TeamUpdateRequest()
-
-
Method Details
-
teamId
-
getTeamId
-
setTeamId
-
teamName
-
getTeamName
-
setTeamName
-
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 TeamUpdateRequest
-
fromJson
Create an instance of TeamUpdateRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TeamUpdateRequest
- Throws:
IOException- if the JSON string is invalid with respect to TeamUpdateRequest
-
toJson
Convert an instance of TeamUpdateRequest to an JSON string- Returns:
- JSON string
-