Package com.mypurecloud.sdk.v2.model
Class GetAlertQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.GetAlertQuery
- All Implemented Interfaces:
Serializable
GetAlertQuery
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the alerts the query will return.static enumThe type of query being performed.static enumThe rule type of the alerts the query will returnstatic enumThe field to sort responses by.static enumThe order in which response will be sorted.static enumThe view status of the alerts the query will return. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertStatus(GetAlertQuery.AlertStatusEnum alertStatus) The status of the alerts the query will return.booleaninthashCode()pageNumber(Integer pageNumber) The page number of the queried responseThe number of entities to return of the queried response.queryType(GetAlertQuery.QueryTypeEnum queryType) The type of query being performed.ruleType(GetAlertQuery.RuleTypeEnum ruleType) The rule type of the alerts the query will returnvoidsetAlertStatus(GetAlertQuery.AlertStatusEnum alertStatus) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidsetQueryType(GetAlertQuery.QueryTypeEnum queryType) voidsetRuleType(GetAlertQuery.RuleTypeEnum ruleType) voidsetSortBy(GetAlertQuery.SortByEnum sortBy) voidsetSortOrder(GetAlertQuery.SortOrderEnum sortOrder) voidsetViewedStatus(GetAlertQuery.ViewedStatusEnum viewedStatus) sortBy(GetAlertQuery.SortByEnum sortBy) The field to sort responses by.sortOrder(GetAlertQuery.SortOrderEnum sortOrder) The order in which response will be sorted.toString()viewedStatus(GetAlertQuery.ViewedStatusEnum viewedStatus) The view status of the alerts the query will return.
-
Constructor Details
-
GetAlertQuery
public GetAlertQuery() -
GetAlertQuery
-
-
Method Details
-
ruleType
The rule type of the alerts the query will return -
getRuleType
-
setRuleType
-
queryType
The type of query being performed. -
getQueryType
-
setQueryType
-
alertStatus
The status of the alerts the query will return. -
getAlertStatus
-
setAlertStatus
-
viewedStatus
The view status of the alerts the query will return. -
getViewedStatus
-
setViewedStatus
-
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
The field to sort responses by. The accepted choices are Name and DateStart -
getSortBy
-
setSortBy
-
sortOrder
The order in which response will be sorted. The accepted choices are Asc and Desc -
getSortOrder
-
setSortOrder
-
equals
-
hashCode
public int hashCode() -
toString
-