Package io.camunda.client.api.command
Interface CreateMappingRuleCommandStep1
- All Superinterfaces:
FinalCommandStep<CreateMappingRuleResponse>
- All Known Implementing Classes:
CreateMappingRuleCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the claim name to create a mapping rule with.claimValue(String claimValue) Set the claim value to create a mapping rule with.mappingRuleId(String mappingRuleId) Set the id to create a mapping rule with.Set the name to create a mapping rule with.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
claimName
Set the claim name to create a mapping rule with.- Parameters:
claimName- the claimName value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
claimValue
Set the claim value to create a mapping rule with.- Parameters:
claimValue- the claimValue value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
name
Set the name to create a mapping rule with.- Parameters:
name- the name value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
mappingRuleId
Set the id to create a mapping rule with.- Parameters:
mappingRuleId- the mapping rule id value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-