Package io.camunda.client.api.command
Interface CreateMappingCommandStep1
- All Superinterfaces:
FinalCommandStep<CreateMappingResponse>
- All Known Implementing Classes:
CreateMappingCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the claim name to create mapping with.claimValue(String claimValue) Set the claim value to create mapping with.Set the id to create mapping with.Set the name to create mapping with.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
claimName
Set the claim name to create mapping 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 mapping 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 mapping 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.
-
mappingId
Set the id to create mapping with.- Parameters:
mappingId- the mapping id value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-