Uses of Class
com.mypurecloud.sdk.v2.model.OutcomeAttributionJobStateResponse
Packages that use OutcomeAttributionJobStateResponse
-
Uses of OutcomeAttributionJobStateResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OutcomeAttributionJobStateResponseModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcomesAttributionsJob(GetJourneyOutcomesAttributionsJobRequest request) Deprecated.JourneyApi.getJourneyOutcomesAttributionsJob(String jobId) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OutcomeAttributionJobStateResponseModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcomesAttributionsJob(ApiRequest<Void> request) Deprecated.JourneyApiAsync.getJourneyOutcomesAttributionsJobAsync(GetJourneyOutcomesAttributionsJobRequest request, AsyncApiCallback<OutcomeAttributionJobStateResponse> callback) Deprecated.JourneyApiAsync.getJourneyOutcomesAttributionsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutcomeAttributionJobStateResponse>> callback) Deprecated.JourneyApi.getJourneyOutcomesAttributionsJobWithHttpInfo(String jobId) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutcomeAttributionJobStateResponseModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyOutcomesAttributionsJobAsync(GetJourneyOutcomesAttributionsJobRequest request, AsyncApiCallback<OutcomeAttributionJobStateResponse> callback) Deprecated.JourneyApiAsync.getJourneyOutcomesAttributionsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutcomeAttributionJobStateResponse>> callback) Deprecated. -
Uses of OutcomeAttributionJobStateResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeAttributionJobStateResponseModifier and TypeMethodDescriptionOutcomeAttributionJobStateResponse.createdDate(Date createdDate) Date when the job was created.OutcomeAttributionJobStateResponse.percentFailedThreshold(Integer percentFailedThreshold) Optional percent failed threshold for validation errors; if reached will halt the job.OutcomeAttributionJobStateResponse.resultsUri(String resultsUri) URI where the query results can be retrieved.OutcomeAttributionJobStateResponse.state(OutcomeAttributionJobStateResponse.StateEnum state) State of job.