Uses of Enum Class
com.mypurecloud.sdk.v2.model.DID.OwnerTypeEnum
Packages that use DID.OwnerTypeEnum
-
Uses of DID.OwnerTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DID.OwnerTypeEnumModifier and TypeMethodDescriptionstatic DID.OwnerTypeEnumDID.OwnerTypeEnum.fromString(String key) DID.getOwnerType()static DID.OwnerTypeEnumReturns the enum constant of this class with the specified name.static DID.OwnerTypeEnum[]DID.OwnerTypeEnum.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 DID.OwnerTypeEnumModifier and TypeMethodDescriptionDID.ownerType(DID.OwnerTypeEnum ownerType) voidDID.setOwnerType(DID.OwnerTypeEnum ownerType)