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