Uses of Class
com.mypurecloud.sdk.v2.model.FlowVersion
Packages that use FlowVersion
-
Uses of FlowVersion in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowVersionModifier and TypeMethodDescriptionArchitectApi.getFlowVersion(GetFlowVersionRequest request) Get flow versionArchitectApi.getFlowVersion(String flowId, String versionId, String deleted) Get flow versionArchitectApi.postFlowVersions(PostFlowVersionsRequest request) Create flow versionArchitectApi.postFlowVersions(String flowId, Object body) Create flow versionMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowVersionModifier and TypeMethodDescriptionArchitectApi.getFlowVersion(ApiRequest<Void> request) Get flow versionArchitectApiAsync.getFlowVersionAsync(GetFlowVersionRequest request, AsyncApiCallback<FlowVersion> callback) Get flow versionArchitectApiAsync.getFlowVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowVersion>> callback) Get flow versionArchitectApi.getFlowVersionWithHttpInfo(String flowId, String versionId, String deleted) Get flow versionArchitectApi.postFlowVersions(ApiRequest<Object> request) Create flow versionArchitectApiAsync.postFlowVersionsAsync(PostFlowVersionsRequest request, AsyncApiCallback<FlowVersion> callback) Create flow versionArchitectApiAsync.postFlowVersionsAsync(ApiRequest<Object> request, AsyncApiCallback<ApiResponse<FlowVersion>> callback) Create flow versionArchitectApi.postFlowVersionsWithHttpInfo(String flowId, Object body) Create flow versionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowVersionModifier and TypeMethodDescriptionArchitectApiAsync.getFlowVersionAsync(GetFlowVersionRequest request, AsyncApiCallback<FlowVersion> callback) Get flow versionArchitectApiAsync.getFlowVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowVersion>> callback) Get flow versionArchitectApiAsync.postFlowVersionsAsync(PostFlowVersionsRequest request, AsyncApiCallback<FlowVersion> callback) Create flow versionArchitectApiAsync.postFlowVersionsAsync(ApiRequest<Object> request, AsyncApiCallback<ApiResponse<FlowVersion>> callback) Create flow version -
Uses of FlowVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowVersionModifier and TypeMethodDescriptionFlowVersion.commitVersion(String commitVersion) FlowVersion.configurationUri(String configurationUri) FlowVersion.configurationVersion(String configurationVersion) FlowVersion.createdByClient(DomainEntityRef createdByClient) FlowVersion.dateCheckedIn(Long dateCheckedIn) FlowVersion.dateCreated(Long dateCreated) FlowVersion.generationId(String generationId) Flow.getCheckedInVersion()Flow.getDebugVersion()FlowDivisionView.getDebugVersion()FlowRuntimeExecution.getFlowVersion()Flow.getPublishedVersion()FlowDivisionView.getPublishedVersion()WebDeploymentFlowEntityRef.getPublishVersion()Flow.getSavedVersion()The flow version identifierFlowVersion.inputSchema(JsonSchemaDocument inputSchema) FlowVersion.outputSchema(JsonSchemaDocument outputSchema) FlowVersion.publishResultUri(String publishResultUri) FlowVersion.type(FlowVersion.TypeEnum type) FlowVersion.virtualAgentEnabled(Boolean virtualAgentEnabled) Indicates whether virtual agent is enabled for this flow.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowVersionMethods in com.mypurecloud.sdk.v2.model with parameters of type FlowVersionModifier and TypeMethodDescriptionFlow.checkedInVersion(FlowVersion checkedInVersion) Flow.debugVersion(FlowVersion debugVersion) FlowDivisionView.debugVersion(FlowVersion debugVersion) debug version information if there is a debug versionFlowRuntimeExecution.flowVersion(FlowVersion flowVersion) The Version of the flow definition of the flow execution.Flow.publishedVersion(FlowVersion publishedVersion) FlowDivisionView.publishedVersion(FlowVersion publishedVersion) published version information if there is a published versionWebDeploymentFlowEntityRef.publishVersion(FlowVersion publishVersion) The published config version for the associated deploymentFlow.savedVersion(FlowVersion savedVersion) voidFlow.setCheckedInVersion(FlowVersion checkedInVersion) voidFlow.setDebugVersion(FlowVersion debugVersion) voidFlowDivisionView.setDebugVersion(FlowVersion debugVersion) voidFlowRuntimeExecution.setFlowVersion(FlowVersion flowVersion) voidFlow.setPublishedVersion(FlowVersion publishedVersion) voidFlowDivisionView.setPublishedVersion(FlowVersion publishedVersion) voidWebDeploymentFlowEntityRef.setPublishVersion(FlowVersion publishVersion) voidFlow.setSavedVersion(FlowVersion savedVersion) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowVersionModifier and TypeMethodDescriptionFlowVersionEntityListing.entities(List<FlowVersion> entities) voidFlowVersionEntityListing.setEntities(List<FlowVersion> entities)