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