Package com.mypurecloud.sdk.v2.model
Class JsonCursorSearchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.JsonCursorSearchResponse
- All Implemented Interfaces:
Serializable
JsonCursorSearchResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregations(com.fasterxml.jackson.databind.node.ArrayNode aggregations) The page cursorbooleancom.fasterxml.jackson.databind.node.ArrayNodecom.fasterxml.jackson.databind.node.ArrayNodegetTypes()inthashCode()results(com.fasterxml.jackson.databind.node.ArrayNode results) Search resultsvoidsetAggregations(com.fasterxml.jackson.databind.node.ArrayNode aggregations) voidvoidsetResults(com.fasterxml.jackson.databind.node.ArrayNode results) voidtoString()Resource types the search was performed against
-
Constructor Details
-
JsonCursorSearchResponse
public JsonCursorSearchResponse() -
JsonCursorSearchResponse
-
-
Method Details
-
types
Resource types the search was performed against -
getTypes
-
setTypes
-
results
Search results -
getResults
public com.fasterxml.jackson.databind.node.ArrayNode getResults() -
setResults
public void setResults(com.fasterxml.jackson.databind.node.ArrayNode results) -
aggregations
public JsonCursorSearchResponse aggregations(com.fasterxml.jackson.databind.node.ArrayNode aggregations) -
getAggregations
public com.fasterxml.jackson.databind.node.ArrayNode getAggregations() -
setAggregations
public void setAggregations(com.fasterxml.jackson.databind.node.ArrayNode aggregations) -
cursor
The page cursor -
getCursor
-
setCursor
-
equals
-
hashCode
public int hashCode() -
toString
-