Uses of Enum Class
com.mypurecloud.sdk.v2.model.AgentlessEmailSendRequestDto.SenderTypeEnum
Packages that use AgentlessEmailSendRequestDto.SenderTypeEnum
-
Uses of AgentlessEmailSendRequestDto.SenderTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentlessEmailSendRequestDto.SenderTypeEnumModifier and TypeMethodDescriptionAgentlessEmailSendRequestDto.SenderTypeEnum.fromString(String key) AgentlessEmailSendRequestDto.getSenderType()Returns the enum constant of this class with the specified name.AgentlessEmailSendRequestDto.SenderTypeEnum.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 AgentlessEmailSendRequestDto.SenderTypeEnumModifier and TypeMethodDescriptionAgentlessEmailSendRequestDto.senderType(AgentlessEmailSendRequestDto.SenderTypeEnum senderType) The type of email domain used to send the agentless message.voidAgentlessEmailSendRequestDto.setSenderType(AgentlessEmailSendRequestDto.SenderTypeEnum senderType)