Uses of Enum Class
com.mypurecloud.sdk.v2.model.EmailEndTransferEvent.FinalStateEnum
Packages that use EmailEndTransferEvent.FinalStateEnum
-
Uses of EmailEndTransferEvent.FinalStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailEndTransferEvent.FinalStateEnumModifier and TypeMethodDescriptionEmailEndTransferEvent.FinalStateEnum.fromString(String key) EmailEndTransferEvent.getFinalState()Returns the enum constant of this class with the specified name.static EmailEndTransferEvent.FinalStateEnum[]EmailEndTransferEvent.FinalStateEnum.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 EmailEndTransferEvent.FinalStateEnumModifier and TypeMethodDescriptionEmailEndTransferEvent.finalState(EmailEndTransferEvent.FinalStateEnum finalState) Indicates whether the transfer completed successfully, was cancelled, or failed for some reason.voidEmailEndTransferEvent.setFinalState(EmailEndTransferEvent.FinalStateEnum finalState)