Uses of Enum Class
com.mypurecloud.sdk.v2.model.FlowPathsQuery.CategoryEnum
Packages that use FlowPathsQuery.CategoryEnum
-
Uses of FlowPathsQuery.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowPathsQuery.CategoryEnumModifier and TypeMethodDescriptionstatic FlowPathsQuery.CategoryEnumFlowPathsQuery.CategoryEnum.fromString(String key) FlowPathsQuery.getCategory()static FlowPathsQuery.CategoryEnumReturns the enum constant of this class with the specified name.static FlowPathsQuery.CategoryEnum[]FlowPathsQuery.CategoryEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type FlowPathsQuery.CategoryEnumModifier and TypeMethodDescriptionFlowPathsQuery.category(FlowPathsQuery.CategoryEnum category) Category (use case) of the paths within a given domain.voidFlowPathsQuery.setCategory(FlowPathsQuery.CategoryEnum category)