Uses of Enum Class
com.mypurecloud.sdk.v2.model.OpenInboundNormalizedReceipt.StatusEnum
Packages that use OpenInboundNormalizedReceipt.StatusEnum
-
Uses of OpenInboundNormalizedReceipt.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenInboundNormalizedReceipt.StatusEnumModifier and TypeMethodDescriptionOpenInboundNormalizedReceipt.StatusEnum.fromString(String key) OpenInboundNormalizedReceipt.getStatus()Returns the enum constant of this class with the specified name.OpenInboundNormalizedReceipt.StatusEnum.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 OpenInboundNormalizedReceipt.StatusEnumModifier and TypeMethodDescriptionvoidOpenInboundNormalizedReceipt.setStatus(OpenInboundNormalizedReceipt.StatusEnum status) OpenInboundNormalizedReceipt.status(OpenInboundNormalizedReceipt.StatusEnum status) Message receipt status.