Package com.mypurecloud.sdk.v2.model
Class ClientPublicApiUsageResultsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ClientPublicApiUsageResultsResponse
- All Implemented Interfaces:
Serializable
ClientPublicApiUsageResultsResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the query. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentities(List<ClientPublicApiUsage> 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<ClientPublicApiUsage> entities) voidsetErrorBody(ErrorBody errorBody) voidvoidsetNextUri(String nextUri) voidtoString()
-
Constructor Details
-
ClientPublicApiUsageResultsResponse
public ClientPublicApiUsageResultsResponse() -
ClientPublicApiUsageResultsResponse
-
-
Method Details
-
name
-
getName
-
setName
-
queryStatus
public ClientPublicApiUsageResultsResponse queryStatus(ClientPublicApiUsageResultsResponse.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
The results of the query. -
getEntities
-
setEntities
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-