CompletableFuture<FormResponse> |
FormsApi.cloneFormAsync(UUID formId,
CloneFormRequest body)
Clone a form.
|
ApiResponse<FormResponse> |
FormsApi.cloneFormWithHttpInfo(UUID formId,
CloneFormRequest body)
Clone an existing form.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.cloneFormWithHttpInfoAsync(UUID formId,
CloneFormRequest body)
Clone a form.
|
CompletableFuture<FormResponse> |
FormsApi.createAndPublishFormAsync(CreateFormRequest body)
Create and publish a form.
|
ApiResponse<FormResponse> |
FormsApi.createAndPublishFormWithHttpInfo(CreateFormRequest body)
Creates a new form and immediately publishes its initial version.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.createAndPublishFormWithHttpInfoAsync(CreateFormRequest body)
Create and publish a form.
|
CompletableFuture<FormResponse> |
FormsApi.createFormAsync(CreateFormRequest body)
Create a form.
|
ApiResponse<FormResponse> |
FormsApi.createFormWithHttpInfo(CreateFormRequest body)
Create a new form.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.createFormWithHttpInfoAsync(CreateFormRequest body)
Create a form.
|
CompletableFuture<FormResponse> |
FormsApi.getFormAsync(UUID formId)
Get a form.
|
CompletableFuture<FormResponse> |
FormsApi.getFormAsync(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form.
|
ApiResponse<FormResponse> |
FormsApi.getFormWithHttpInfo(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form definition by its ID.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.getFormWithHttpInfoAsync(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form.
|
CompletableFuture<FormResponse> |
FormsApi.updateFormAsync(UUID formId,
UpdateFormRequest body)
Update a form.
|
ApiResponse<FormResponse> |
FormsApi.updateFormWithHttpInfo(UUID formId,
UpdateFormRequest body)
Update a form's properties such as its name, description, or datastore configuration.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.updateFormWithHttpInfoAsync(UUID formId,
UpdateFormRequest body)
Update a form.
|
CompletableFuture<FormResponse> |
FormsApi.upsertAndPublishFormVersionAsync(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert and publish a form version.
|
ApiResponse<FormResponse> |
FormsApi.upsertAndPublishFormVersionWithHttpInfo(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert the latest form version and publish it in a single atomic transaction.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.upsertAndPublishFormVersionWithHttpInfoAsync(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert and publish a form version.
|