Package io.camunda.client.api.command
Interface UnassignMappingRuleFromTenantCommandStep1
- All Known Implementing Classes:
UnassignMappingRuleFromTenantCommandImpl
public interface UnassignMappingRuleFromTenantCommandStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionmappingRuleId(String mappingRuleId) Sets the ID of the mapping rule to be unassigned from a tenant.
-
Method Details
-
mappingRuleId
UnassignMappingRuleFromTenantCommandStep1.UnassignMappingRuleFromTenantCommandStep2 mappingRuleId(String mappingRuleId) Sets the ID of the mapping rule to be unassigned from a tenant.- Parameters:
mappingRuleId- the ID of the mapping rule- Returns:
- the builder for this command.
-