Uses of Enum Class
com.mypurecloud.sdk.v2.model.FlowPathsElement.TypeEnum
Packages that use FlowPathsElement.TypeEnum
-
Uses of FlowPathsElement.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowPathsElement.TypeEnumModifier and TypeMethodDescriptionstatic FlowPathsElement.TypeEnumFlowPathsElement.TypeEnum.fromString(String key) FlowPathsElement.getType()static FlowPathsElement.TypeEnumReturns the enum constant of this class with the specified name.static FlowPathsElement.TypeEnum[]FlowPathsElement.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 FlowPathsElement.TypeEnumModifier and TypeMethodDescriptionvoidFlowPathsElement.setType(FlowPathsElement.TypeEnum type) FlowPathsElement.type(FlowPathsElement.TypeEnum type) Type of the element.