Uses of Class
com.mypurecloud.sdk.v2.model.Outcome
Packages that use Outcome
-
Uses of Outcome in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OutcomeModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcome(GetJourneyOutcomeRequest request) Deprecated.JourneyApi.getJourneyOutcome(String outcomeId) Deprecated.JourneyApi.patchJourneyOutcome(PatchJourneyOutcomeRequest request) Deprecated.JourneyApi.patchJourneyOutcome(String outcomeId, PatchOutcome body) Deprecated.JourneyApi.postJourneyOutcomes(PostJourneyOutcomesRequest request) Deprecated.JourneyApi.postJourneyOutcomes(OutcomeRequest body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OutcomeModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcome(ApiRequest<Void> request) Deprecated.JourneyApiAsync.getJourneyOutcomeAsync(GetJourneyOutcomeRequest request, AsyncApiCallback<Outcome> callback) Deprecated.JourneyApiAsync.getJourneyOutcomeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated.JourneyApi.getJourneyOutcomeWithHttpInfo(String outcomeId) Deprecated.JourneyApi.patchJourneyOutcome(ApiRequest<PatchOutcome> request) Deprecated.JourneyApiAsync.patchJourneyOutcomeAsync(PatchJourneyOutcomeRequest request, AsyncApiCallback<Outcome> callback) Deprecated.JourneyApiAsync.patchJourneyOutcomeAsync(ApiRequest<PatchOutcome> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated.JourneyApi.patchJourneyOutcomeWithHttpInfo(String outcomeId, PatchOutcome body) Deprecated.JourneyApi.postJourneyOutcomes(ApiRequest<OutcomeRequest> request) Deprecated.JourneyApiAsync.postJourneyOutcomesAsync(PostJourneyOutcomesRequest request, AsyncApiCallback<Outcome> callback) Deprecated.JourneyApiAsync.postJourneyOutcomesAsync(ApiRequest<OutcomeRequest> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated.JourneyApi.postJourneyOutcomesWithHttpInfo(OutcomeRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutcomeModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyOutcomeAsync(GetJourneyOutcomeRequest request, AsyncApiCallback<Outcome> callback) Deprecated.JourneyApiAsync.getJourneyOutcomeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated.JourneyApiAsync.patchJourneyOutcomeAsync(PatchJourneyOutcomeRequest request, AsyncApiCallback<Outcome> callback) Deprecated.JourneyApiAsync.patchJourneyOutcomeAsync(ApiRequest<PatchOutcome> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated.JourneyApiAsync.postJourneyOutcomesAsync(PostJourneyOutcomesRequest request, AsyncApiCallback<Outcome> callback) Deprecated.JourneyApiAsync.postJourneyOutcomesAsync(ApiRequest<OutcomeRequest> request, AsyncApiCallback<ApiResponse<Outcome>> callback) Deprecated. -
Uses of Outcome in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeModifier and TypeMethodDescriptionOutcome.associatedValueField(AssociatedValueField associatedValueField) The field from the event indicating the associated value.The context of the outcome.Outcome.createdDate(Date createdDate) Timestamp indicating when the outcome was created.Outcome.description(String description) A description of the outcome.Outcome.displayName(String displayName) The display name of the outcome.ID of the outcome.Whether or not the outcome is active.Outcome.isPositive(Boolean isPositive) Whether or not the outcome is positive.The pattern of rules defining the filter of the outcome.Outcome.modifiedDate(Date modifiedDate) Timestamp indicating when the outcome was last updated.The version of the outcome.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OutcomeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Outcome