Uses of Enum Class
com.mypurecloud.sdk.v2.model.OutcomeAttributionResultsResponse.StateEnum
Packages that use OutcomeAttributionResultsResponse.StateEnum
-
Uses of OutcomeAttributionResultsResponse.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeAttributionResultsResponse.StateEnumModifier and TypeMethodDescriptionOutcomeAttributionResultsResponse.StateEnum.fromString(String key) OutcomeAttributionResultsResponse.getState()Returns the enum constant of this class with the specified name.OutcomeAttributionResultsResponse.StateEnum.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 OutcomeAttributionResultsResponse.StateEnumModifier and TypeMethodDescriptionvoidOutcomeAttributionResultsResponse.setState(OutcomeAttributionResultsResponse.StateEnum state) OutcomeAttributionResultsResponse.state(OutcomeAttributionResultsResponse.StateEnum state) State of the Outcome Attribution entity.