Uses of Class
com.mypurecloud.sdk.v2.model.OutcomeRequest
Packages that use OutcomeRequest
Package
Description
-
Uses of OutcomeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OutcomeRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyOutcomes(OutcomeRequest body) Deprecated.JourneyApi.postJourneyOutcomesWithHttpInfo(OutcomeRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutcomeRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyOutcomes(ApiRequest<OutcomeRequest> request) Deprecated.JourneyApiAsync.postJourneyOutcomesAsync(ApiRequest<OutcomeRequest> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated. -
Uses of OutcomeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OutcomeRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OutcomeRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OutcomeRequestModifier and TypeMethodDescriptionvoidPostJourneyOutcomesRequest.setBody(OutcomeRequest body) PostJourneyOutcomesRequest.Builder.withBody(OutcomeRequest body) PostJourneyOutcomesRequest.withBody(OutcomeRequest body) -
Uses of OutcomeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeRequestModifier and TypeMethodDescriptionOutcomeRequest.associatedValueField(AssociatedValueField associatedValueField) The field from the event indicating the associated value.OutcomeRequest.context(RequestContext context) The context of the outcome.OutcomeRequest.description(String description) A description of the outcome.OutcomeRequest.displayName(String displayName) The display name of the outcome.Whether or not the outcome is active.OutcomeRequest.isPositive(Boolean isPositive) Whether or not the outcome is positive.OutcomeRequest.journey(RequestJourney journey) The pattern of rules defining the filter of the outcome.The version of the outcome.