Class TeamListResponse
java.lang.Object
com.boldsign.model.TeamListResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TeamListResponse
extends Object
TeamListResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultsItem(Teams resultsItem) booleanstatic TeamListResponseCreate an instance of TeamListResponse given an JSON stringGet pageDetailsGet resultsinthashCode()pageDetails(TeamPageDetails pageDetails) voidsetPageDetails(TeamPageDetails pageDetails) voidsetResults(List<Teams> results) toJson()Convert an instance of TeamListResponse 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_PAGE_DETAILS
- See Also:
-
SERIALIZED_NAME_RESULTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TeamListResponse
public TeamListResponse()
-
-
Method Details
-
pageDetails
-
getPageDetails
-
setPageDetails
-
results
-
addResultsItem
-
getResults
-
setResults
-
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 TeamListResponse
-
fromJson
Create an instance of TeamListResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TeamListResponse
- Throws:
IOException- if the JSON string is invalid with respect to TeamListResponse
-
toJson
Convert an instance of TeamListResponse to an JSON string- Returns:
- JSON string
-