Uses of Class
com.mypurecloud.sdk.v2.model.OutcomeListing
Packages that use OutcomeListing
-
Uses of OutcomeListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OutcomeListingModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcomes(GetJourneyOutcomesRequest request) Deprecated.JourneyApi.getJourneyOutcomes(Integer pageNumber, Integer pageSize, String sortBy, List<String> outcomeIds, List<String> queryFields, String queryValue) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OutcomeListingModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcomes(ApiRequest<Void> request) Deprecated.JourneyApiAsync.getJourneyOutcomesAsync(GetJourneyOutcomesRequest request, AsyncApiCallback<OutcomeListing> callback) Deprecated.JourneyApiAsync.getJourneyOutcomesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutcomeListing>> callback) Deprecated.JourneyApi.getJourneyOutcomesWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, List<String> outcomeIds, List<String> queryFields, String queryValue) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutcomeListingModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyOutcomesAsync(GetJourneyOutcomesRequest request, AsyncApiCallback<OutcomeListing> callback) Deprecated.JourneyApiAsync.getJourneyOutcomesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutcomeListing>> callback) Deprecated. -
Uses of OutcomeListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeListingModifier and TypeMethodDescriptionOutcomeListing.pageNumber(Integer pageNumber) OutcomeListing.previousUri(String previousUri)