Package com.mypurecloud.sdk.v2.model
Class DashboardConfigurationQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.DashboardConfigurationQueryRequest
- All Implemented Interfaces:
Serializable
DashboardConfigurationQueryRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe order in which response will be sorted -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashboardConfigurationIds(List<String> dashboardConfigurationIds) The user supplied dashboard configuration idsbooleaninthashCode()pageNumber(Integer pageNumber) The page number of the queried responseThe number of entities to return of the queried response.voidsetDashboardConfigurationIds(List<String> dashboardConfigurationIds) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidThe order in which response will be sortedtoString()
-
Constructor Details
-
DashboardConfigurationQueryRequest
public DashboardConfigurationQueryRequest() -
DashboardConfigurationQueryRequest
-
-
Method Details
-
dashboardConfigurationIds
public DashboardConfigurationQueryRequest dashboardConfigurationIds(List<String> dashboardConfigurationIds) The user supplied dashboard configuration ids -
getDashboardConfigurationIds
-
setDashboardConfigurationIds
-
pageNumber
The page number of the queried response -
getPageNumber
-
setPageNumber
-
pageSize
The number of entities to return of the queried response. The max is 25 -
getPageSize
-
setPageSize
-
sortBy
public DashboardConfigurationQueryRequest sortBy(DashboardConfigurationQueryRequest.SortByEnum sortBy) The order in which response will be sorted -
getSortBy
-
setSortBy
-
equals
-
hashCode
public int hashCode() -
toString
-