Uses of Enum Class
com.mypurecloud.sdk.v2.model.FlowPathsFlowDetails.TypeEnum
Packages that use FlowPathsFlowDetails.TypeEnum
-
Uses of FlowPathsFlowDetails.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowPathsFlowDetails.TypeEnumModifier and TypeMethodDescriptionFlowPathsFlowDetails.TypeEnum.fromString(String key) FlowPathsFlowDetails.getType()Returns the enum constant of this class with the specified name.static FlowPathsFlowDetails.TypeEnum[]FlowPathsFlowDetails.TypeEnum.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 FlowPathsFlowDetails.TypeEnumModifier and TypeMethodDescriptionvoidFlowPathsFlowDetails.setType(FlowPathsFlowDetails.TypeEnum type) FlowPathsFlowDetails.type(FlowPathsFlowDetails.TypeEnum type) The type of the flow.