Package com.mypurecloud.sdk.v2.model
Class FlowPathsQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowPathsQuery
- All Implemented Interfaces:
Serializable
FlowPathsQuery
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCategory (use case) of the paths within a given domain. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory(FlowPathsQuery.CategoryEnum category) Category (use case) of the paths within a given domain.booleanflows(List<FlowPathsFlowFilter> flows) List of flows to query the paths result.getFlows()inthashCode()voidsetCategory(FlowPathsQuery.CategoryEnum category) voidsetFlows(List<FlowPathsFlowFilter> flows) toString()
-
Constructor Details
-
FlowPathsQuery
public FlowPathsQuery() -
FlowPathsQuery
-
-
Method Details
-
category
Category (use case) of the paths within a given domain. -
getCategory
-
setCategory
-
flows
List of flows to query the paths result. -
getFlows
-
setFlows
-
equals
-
hashCode
public int hashCode() -
toString
-