Uses of Class
com.mypurecloud.sdk.v2.model.FlowOutcome
Packages that use FlowOutcome
Package
Description
-
Uses of FlowOutcome in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowOutcomeModifier and TypeMethodDescriptionArchitectApi.getFlowsOutcome(GetFlowsOutcomeRequest request) Get a flow outcome Returns a specified flow outcomeArchitectApi.getFlowsOutcome(String flowOutcomeId) Get a flow outcome Returns a specified flow outcomeArchitectApi.postFlowsOutcomes(PostFlowsOutcomesRequest request) Create a flow outcome Asynchronous.ArchitectApi.postFlowsOutcomes(FlowOutcome body) Create a flow outcome Asynchronous.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowOutcomeModifier and TypeMethodDescriptionArchitectApi.getFlowsOutcome(ApiRequest<Void> request) Get a flow outcome Returns a specified flow outcomeArchitectApiAsync.getFlowsOutcomeAsync(GetFlowsOutcomeRequest request, AsyncApiCallback<FlowOutcome> callback) Get a flow outcome Returns a specified flow outcomeArchitectApiAsync.getFlowsOutcomeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowOutcome>> callback) Get a flow outcome Returns a specified flow outcomeArchitectApi.getFlowsOutcomeWithHttpInfo(String flowOutcomeId) Get a flow outcome Returns a specified flow outcomeArchitectApi.postFlowsOutcomes(ApiRequest<FlowOutcome> request) Create a flow outcome Asynchronous.ArchitectApiAsync.postFlowsOutcomesAsync(PostFlowsOutcomesRequest request, AsyncApiCallback<FlowOutcome> callback) Create a flow outcome Asynchronous.ArchitectApiAsync.postFlowsOutcomesAsync(ApiRequest<FlowOutcome> request, AsyncApiCallback<ApiResponse<FlowOutcome>> callback) Create a flow outcome Asynchronous.ArchitectApi.postFlowsOutcomesWithHttpInfo(FlowOutcome body) Create a flow outcome Asynchronous.Methods in com.mypurecloud.sdk.v2.api with parameters of type FlowOutcomeModifier and TypeMethodDescriptionArchitectApi.postFlowsOutcomes(FlowOutcome body) Create a flow outcome Asynchronous.ArchitectApi.postFlowsOutcomesWithHttpInfo(FlowOutcome body) Create a flow outcome Asynchronous.ArchitectApi.putFlowsOutcome(String flowOutcomeId, FlowOutcome body) Updates a flow outcome Updates a flow outcome.ArchitectApi.putFlowsOutcomeWithHttpInfo(String flowOutcomeId, FlowOutcome body) Updates a flow outcome Updates a flow outcome.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowOutcomeModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsOutcomeAsync(GetFlowsOutcomeRequest request, AsyncApiCallback<FlowOutcome> callback) Get a flow outcome Returns a specified flow outcomeArchitectApiAsync.getFlowsOutcomeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowOutcome>> callback) Get a flow outcome Returns a specified flow outcomeArchitectApi.postFlowsOutcomes(ApiRequest<FlowOutcome> request) Create a flow outcome Asynchronous.ArchitectApiAsync.postFlowsOutcomesAsync(PostFlowsOutcomesRequest request, AsyncApiCallback<FlowOutcome> callback) Create a flow outcome Asynchronous.ArchitectApiAsync.postFlowsOutcomesAsync(ApiRequest<FlowOutcome> request, AsyncApiCallback<ApiResponse<FlowOutcome>> callback) Create a flow outcome Asynchronous.ArchitectApiAsync.postFlowsOutcomesAsync(ApiRequest<FlowOutcome> request, AsyncApiCallback<ApiResponse<FlowOutcome>> callback) Create a flow outcome Asynchronous.ArchitectApi.putFlowsOutcome(ApiRequest<FlowOutcome> request) Updates a flow outcome Updates a flow outcome.ArchitectApiAsync.putFlowsOutcomeAsync(ApiRequest<FlowOutcome> request, AsyncApiCallback<ApiResponse<Operation>> callback) Updates a flow outcome Updates a flow outcome. -
Uses of FlowOutcome in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowOutcomeModifier and TypeMethodDescriptionPostFlowsOutcomesRequest.getBody()PutFlowsOutcomeRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowOutcomeModifier and TypeMethodDescriptionPostFlowsOutcomesRequest.withHttpInfo()PutFlowsOutcomeRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowOutcomeModifier and TypeMethodDescriptionvoidPostFlowsOutcomesRequest.setBody(FlowOutcome body) voidPutFlowsOutcomeRequest.setBody(FlowOutcome body) PostFlowsOutcomesRequest.Builder.withBody(FlowOutcome body) PostFlowsOutcomesRequest.withBody(FlowOutcome body) PutFlowsOutcomeRequest.Builder.withBody(FlowOutcome body) PutFlowsOutcomeRequest.withBody(FlowOutcome body) -
Uses of FlowOutcome in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowOutcomeModifier and TypeMethodDescriptionFlowOutcome.currentOperation(Operation currentOperation) FlowOutcome.description(String description) FlowOutcome.division(WritableDivision division) The division to which this entity belongs.The flow outcome identifierThe flow outcome name.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowOutcomeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowOutcomeModifier and TypeMethodDescriptionFlowOutcomeListing.entities(List<FlowOutcome> entities) voidFlowOutcomeListing.setEntities(List<FlowOutcome> entities)