Package com.mypurecloud.sdk.v2.model
Class FlowsQueryCriteriaResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowsQueryCriteriaResponse
- All Implemented Interfaces:
Serializable
The response for QueryCapabilities which contains the allowed criteria, flow types and action types for the organization.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets actionTypesstatic enumGets or Sets flowTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionTypes(List<FlowsQueryCriteriaResponse.ActionTypesEnum> actionTypes) The is a list of action types the organization has access to.criteria(List<QueryCriteria> criteria) The is a list of allowed criteria to query on.booleanerrorCodes(List<String> errorCodes) The is a list of potential error codes the organization may encounter.flowTypes(List<FlowsQueryCriteriaResponse.FlowTypesEnum> flowTypes) The is a list of flow types the organization has access to.inthashCode()voidsetActionTypes(List<FlowsQueryCriteriaResponse.ActionTypesEnum> actionTypes) voidsetCriteria(List<QueryCriteria> criteria) voidsetErrorCodes(List<String> errorCodes) voidsetFlowTypes(List<FlowsQueryCriteriaResponse.FlowTypesEnum> flowTypes) voidsetWarningCodes(List<String> warningCodes) toString()warningCodes(List<String> warningCodes) The is a list of potential warning codes the organization may encounter.
-
Constructor Details
-
FlowsQueryCriteriaResponse
public FlowsQueryCriteriaResponse() -
FlowsQueryCriteriaResponse
-
-
Method Details
-
criteria
The is a list of allowed criteria to query on. -
getCriteria
-
setCriteria
-
flowTypes
public FlowsQueryCriteriaResponse flowTypes(List<FlowsQueryCriteriaResponse.FlowTypesEnum> flowTypes) The is a list of flow types the organization has access to. -
getFlowTypes
-
setFlowTypes
-
actionTypes
public FlowsQueryCriteriaResponse actionTypes(List<FlowsQueryCriteriaResponse.ActionTypesEnum> actionTypes) The is a list of action types the organization has access to. -
getActionTypes
-
setActionTypes
-
errorCodes
The is a list of potential error codes the organization may encounter. -
getErrorCodes
-
setErrorCodes
-
warningCodes
The is a list of potential warning codes the organization may encounter. -
getWarningCodes
-
setWarningCodes
-
equals
-
hashCode
public int hashCode() -
toString
-