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