Uses of Interface
io.camunda.client.api.command.TenantScopedClusterVariableCreationCommandStep1
Packages that use TenantScopedClusterVariableCreationCommandStep1
Package
Description
-
Uses of TenantScopedClusterVariableCreationCommandStep1 in io.camunda.client
Methods in io.camunda.client that return TenantScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newTenantScopedClusterVariableCreateRequest(String tenantId) Creates a request to create a new tenant-scoped cluster variable. -
Uses of TenantScopedClusterVariableCreationCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return TenantScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionSets the name and value of the cluster variable.TenantScopedClusterVariableCreationCommandStep1.kind(ClusterVariableKind kind) Sets the kind of the cluster variable (optional, defaults to JSON).Sets the metadata bag of the cluster variable (optional). -
Uses of TenantScopedClusterVariableCreationCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return TenantScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newTenantScopedClusterVariableCreateRequest(String tenantId) -
Uses of TenantScopedClusterVariableCreationCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement TenantScopedClusterVariableCreationCommandStep1Methods in io.camunda.client.impl.command that return TenantScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionTenantScopedCreateClusterVariableImpl.kind(ClusterVariableKind kind) TenantScopedCreateClusterVariableImpl.requestTimeout(Duration requestTimeout)