Uses of Class
com.mypurecloud.sdk.v2.model.FlowMilestone
Packages that use FlowMilestone
Package
Description
-
Uses of FlowMilestone in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowMilestoneModifier and TypeMethodDescriptionArchitectApi.getFlowsMilestone(GetFlowsMilestoneRequest request) Get a flow milestone Returns a specified flow milestoneArchitectApi.getFlowsMilestone(String milestoneId) Get a flow milestone Returns a specified flow milestoneArchitectApi.postFlowsMilestones(PostFlowsMilestonesRequest request) Create a flow milestoneArchitectApi.postFlowsMilestones(FlowMilestone body) Create a flow milestoneArchitectApi.putFlowsMilestone(PutFlowsMilestoneRequest request) Updates a flow milestoneArchitectApi.putFlowsMilestone(String milestoneId, FlowMilestone body) Updates a flow milestoneMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowMilestoneModifier and TypeMethodDescriptionArchitectApi.getFlowsMilestone(ApiRequest<Void> request) Get a flow milestone Returns a specified flow milestoneArchitectApiAsync.getFlowsMilestoneAsync(GetFlowsMilestoneRequest request, AsyncApiCallback<FlowMilestone> callback) Get a flow milestone Returns a specified flow milestoneArchitectApiAsync.getFlowsMilestoneAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Get a flow milestone Returns a specified flow milestoneArchitectApi.getFlowsMilestoneWithHttpInfo(String milestoneId) Get a flow milestone Returns a specified flow milestoneArchitectApi.postFlowsMilestones(ApiRequest<FlowMilestone> request) Create a flow milestoneArchitectApiAsync.postFlowsMilestonesAsync(PostFlowsMilestonesRequest request, AsyncApiCallback<FlowMilestone> callback) Create a flow milestoneArchitectApiAsync.postFlowsMilestonesAsync(ApiRequest<FlowMilestone> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Create a flow milestoneArchitectApi.postFlowsMilestonesWithHttpInfo(FlowMilestone body) Create a flow milestoneArchitectApi.putFlowsMilestone(ApiRequest<FlowMilestone> request) Updates a flow milestoneArchitectApiAsync.putFlowsMilestoneAsync(PutFlowsMilestoneRequest request, AsyncApiCallback<FlowMilestone> callback) Updates a flow milestoneArchitectApiAsync.putFlowsMilestoneAsync(ApiRequest<FlowMilestone> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Updates a flow milestoneArchitectApi.putFlowsMilestoneWithHttpInfo(String milestoneId, FlowMilestone body) Updates a flow milestoneMethods in com.mypurecloud.sdk.v2.api with parameters of type FlowMilestoneModifier and TypeMethodDescriptionArchitectApi.postFlowsMilestones(FlowMilestone body) Create a flow milestoneArchitectApi.postFlowsMilestonesWithHttpInfo(FlowMilestone body) Create a flow milestoneArchitectApi.putFlowsMilestone(String milestoneId, FlowMilestone body) Updates a flow milestoneArchitectApi.putFlowsMilestoneWithHttpInfo(String milestoneId, FlowMilestone body) Updates a flow milestoneMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowMilestoneModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsMilestoneAsync(GetFlowsMilestoneRequest request, AsyncApiCallback<FlowMilestone> callback) Get a flow milestone Returns a specified flow milestoneArchitectApiAsync.getFlowsMilestoneAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Get a flow milestone Returns a specified flow milestoneArchitectApi.postFlowsMilestones(ApiRequest<FlowMilestone> request) Create a flow milestoneArchitectApiAsync.postFlowsMilestonesAsync(PostFlowsMilestonesRequest request, AsyncApiCallback<FlowMilestone> callback) Create a flow milestoneArchitectApiAsync.postFlowsMilestonesAsync(ApiRequest<FlowMilestone> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Create a flow milestoneArchitectApiAsync.postFlowsMilestonesAsync(ApiRequest<FlowMilestone> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Create a flow milestoneArchitectApi.putFlowsMilestone(ApiRequest<FlowMilestone> request) Updates a flow milestoneArchitectApiAsync.putFlowsMilestoneAsync(PutFlowsMilestoneRequest request, AsyncApiCallback<FlowMilestone> callback) Updates a flow milestoneArchitectApiAsync.putFlowsMilestoneAsync(ApiRequest<FlowMilestone> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Updates a flow milestoneArchitectApiAsync.putFlowsMilestoneAsync(ApiRequest<FlowMilestone> request, AsyncApiCallback<ApiResponse<FlowMilestone>> callback) Updates a flow milestone -
Uses of FlowMilestone in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowMilestoneModifier and TypeMethodDescriptionPostFlowsMilestonesRequest.getBody()PutFlowsMilestoneRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowMilestoneModifier and TypeMethodDescriptionPostFlowsMilestonesRequest.withHttpInfo()PutFlowsMilestoneRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowMilestoneModifier and TypeMethodDescriptionvoidPostFlowsMilestonesRequest.setBody(FlowMilestone body) voidPutFlowsMilestoneRequest.setBody(FlowMilestone body) PostFlowsMilestonesRequest.Builder.withBody(FlowMilestone body) PostFlowsMilestonesRequest.withBody(FlowMilestone body) PutFlowsMilestoneRequest.Builder.withBody(FlowMilestone body) PutFlowsMilestoneRequest.withBody(FlowMilestone body) -
Uses of FlowMilestone in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowMilestoneModifier and TypeMethodDescriptionFlowMilestone.description(String description) The flow milestone description.FlowMilestone.division(WritableDivision division) The division to which this entity belongs.The flow milestone name.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowMilestoneMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowMilestoneModifier and TypeMethodDescriptionFlowMilestoneListing.entities(List<FlowMilestone> entities) voidFlowMilestoneListing.setEntities(List<FlowMilestone> entities)