Package com.boldsign.model
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 Modifier and Type Class Description static classTeamListResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PAGE_DETAILSstatic StringSERIALIZED_NAME_RESULTS
-
Constructor Summary
Constructors Constructor Description TeamListResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamListResponseaddResultsItem(Teams resultsItem)Map<String,Object>createFormData()booleanequals(Object o)static TeamListResponsefromJson(String jsonString)Create an instance of TeamListResponse given an JSON stringTeamPageDetailsgetPageDetails()Get pageDetailsList<Teams>getResults()Get resultsinthashCode()TeamListResponsepageDetails(TeamPageDetails pageDetails)TeamListResponseresults(List<Teams> results)voidsetPageDetails(TeamPageDetails pageDetails)voidsetResults(List<Teams> results)StringtoJson()Convert an instance of TeamListResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PAGE_DETAILS
public static final String SERIALIZED_NAME_PAGE_DETAILS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESULTS
public static final String SERIALIZED_NAME_RESULTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
pageDetails
public TeamListResponse pageDetails(TeamPageDetails pageDetails)
-
getPageDetails
@Nullable public TeamPageDetails getPageDetails()
Get pageDetails- Returns:
- pageDetails
-
setPageDetails
public void setPageDetails(TeamPageDetails pageDetails)
-
results
public TeamListResponse results(List<Teams> results)
-
addResultsItem
public TeamListResponse addResultsItem(Teams resultsItem)
-
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 TeamListResponse
-
fromJson
public static TeamListResponse fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of TeamListResponse to an JSON string- Returns:
- JSON string
-
-