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