Class JsonNodeSearchResponse

java.lang.Object
com.mypurecloud.sdk.v2.model.JsonNodeSearchResponse
All Implemented Interfaces:
Serializable

public class JsonNodeSearchResponse extends Object implements Serializable
JsonNodeSearchResponse
See Also:
  • Constructor Details

    • JsonNodeSearchResponse

      public JsonNodeSearchResponse()
    • JsonNodeSearchResponse

      public JsonNodeSearchResponse(Boolean initWithEmptyList)
  • Method Details

    • total

      public JsonNodeSearchResponse total(Long total)
      The total number of results found
    • getTotal

      public Long getTotal()
    • setTotal

      public void setTotal(Long total)
    • pageCount

      public JsonNodeSearchResponse pageCount(Integer pageCount)
      The total number of pages
    • getPageCount

      public Integer getPageCount()
    • setPageCount

      public void setPageCount(Integer pageCount)
    • pageSize

      public JsonNodeSearchResponse pageSize(Integer pageSize)
      The current page size
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • pageNumber

      public JsonNodeSearchResponse pageNumber(Integer pageNumber)
      The current page number
    • getPageNumber

      public Integer getPageNumber()
    • setPageNumber

      public void setPageNumber(Integer pageNumber)
    • previousPage

      public JsonNodeSearchResponse previousPage(String previousPage)
      Q64 value for the previous page of results
    • getPreviousPage

      public String getPreviousPage()
    • setPreviousPage

      public void setPreviousPage(String previousPage)
    • currentPage

      public JsonNodeSearchResponse currentPage(String currentPage)
      Q64 value for the current page of results
    • getCurrentPage

      public String getCurrentPage()
    • setCurrentPage

      public void setCurrentPage(String currentPage)
    • nextPage

      public JsonNodeSearchResponse nextPage(String nextPage)
      Q64 value for the next page of results
    • getNextPage

      public String getNextPage()
    • setNextPage

      public void setNextPage(String nextPage)
    • types

      public JsonNodeSearchResponse types(List<String> types)
      Resource types the search was performed against
    • getTypes

      public List<String> getTypes()
    • setTypes

      public void setTypes(List<String> types)
    • results

      public JsonNodeSearchResponse results(com.fasterxml.jackson.databind.node.ArrayNode 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 JsonNodeSearchResponse 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object