Uses of Enum Class
com.mypurecloud.sdk.v2.model.CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum
Packages that use CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum
-
Uses of CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnumModifier and TypeMethodDescriptionCreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum.fromString(String key) CreateOutboundMessagingConversationRequest.getToAddressMessengerType()Returns the enum constant of this class with the specified name.CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum.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 CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnumModifier and TypeMethodDescriptionvoidCreateOutboundMessagingConversationRequest.setToAddressMessengerType(CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum toAddressMessengerType) CreateOutboundMessagingConversationRequest.toAddressMessengerType(CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum toAddressMessengerType) The messaging address messenger type.