Package com.mypurecloud.sdk.v2.model
Class OrganizationPublicApiUsageResultsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.OrganizationPublicApiUsageResultsResponse
- All Implemented Interfaces:
Serializable
OrganizationPublicApiUsageResultsResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the query. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentities(List<OrganizationPublicApiUsage> entities) The results of the query.booleanThe reason for the failure.getName()inthashCode()The uri to get the next set of results.The status of the query.voidsetEntities(List<OrganizationPublicApiUsage> entities) voidsetErrorBody(ErrorBody errorBody) voidvoidsetNextUri(String nextUri) voidtoString()
-
Constructor Details
-
OrganizationPublicApiUsageResultsResponse
public OrganizationPublicApiUsageResultsResponse() -
OrganizationPublicApiUsageResultsResponse
-
-
Method Details
-
name
-
getName
-
setName
-
queryStatus
public OrganizationPublicApiUsageResultsResponse queryStatus(OrganizationPublicApiUsageResultsResponse.QueryStatusEnum queryStatus) The status of the query. -
getQueryStatus
-
setQueryStatus
-
errorBody
The reason for the failure. This will only be present if the query is in a FAILURE state but may not be included even if the state is FAILURE -
getErrorBody
-
setErrorBody
-
nextUri
The uri to get the next set of results. Will only be included if there is another page to retrieve. -
getNextUri
-
setNextUri
-
entities
public OrganizationPublicApiUsageResultsResponse entities(List<OrganizationPublicApiUsage> entities) The results of the query. -
getEntities
-
setEntities
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-