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