Uses of Class
com.mypurecloud.sdk.v2.model.PatchOutcome
Packages that use PatchOutcome
Package
Description
-
Uses of PatchOutcome in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchOutcomeModifier and TypeMethodDescriptionJourneyApi.patchJourneyOutcome(String outcomeId, PatchOutcome body) Deprecated.JourneyApi.patchJourneyOutcomeWithHttpInfo(String outcomeId, PatchOutcome body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchOutcomeModifier and TypeMethodDescriptionJourneyApi.patchJourneyOutcome(ApiRequest<PatchOutcome> request) Deprecated.JourneyApiAsync.patchJourneyOutcomeAsync(ApiRequest<PatchOutcome> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated. -
Uses of PatchOutcome in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchOutcomeMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchOutcomeMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchOutcomeModifier and TypeMethodDescriptionvoidPatchJourneyOutcomeRequest.setBody(PatchOutcome body) PatchJourneyOutcomeRequest.Builder.withBody(PatchOutcome body) PatchJourneyOutcomeRequest.withBody(PatchOutcome body) -
Uses of PatchOutcome in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchOutcomeModifier and TypeMethodDescriptionPatchOutcome.associatedValueField(PatchAssociatedValueField associatedValueField) The field from the event indicating the associated value.PatchOutcome.context(PatchContext context) The context of the outcome.PatchOutcome.description(String description) A description of the outcome.PatchOutcome.displayName(String displayName) The display name of the outcome.Whether or not the outcome is active.PatchOutcome.isPositive(Boolean isPositive) Whether or not the outcome is positive.PatchOutcome.journey(PatchJourney journey) The pattern of rules defining the filter of the outcome.The version of the outcome.