Package io.camunda.client.api.response
Interface UpdateMappingRuleResponse
- All Known Implementing Classes:
UpdateMappingRuleResponseImpl
public interface UpdateMappingRuleResponse
-
Method Summary
Modifier and TypeMethodDescriptionReturns the updated claim name of the mapping rule.Returns the updated claim value of the mapping rule.Returns the mapping rule ID of the updated mapping rule.getName()Returns the updated name of the mapping rule.
-
Method Details
-
getMappingRuleId
String getMappingRuleId()Returns the mapping rule ID of the updated mapping rule. -
getName
String getName()Returns the updated name of the mapping rule. -
getClaimName
String getClaimName()Returns the updated claim name of the mapping rule. -
getClaimValue
String getClaimValue()Returns the updated claim value of the mapping rule.
-