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