Package io.camunda.client.impl.response
Class UpdateMappingRuleResponseImpl
java.lang.Object
io.camunda.client.impl.response.UpdateMappingRuleResponseImpl
- All Implemented Interfaces:
UpdateMappingRuleResponse
-
Constructor Summary
Constructors -
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.setResponse(MappingRuleUpdateResult result)
-
Constructor Details
-
UpdateMappingRuleResponseImpl
public UpdateMappingRuleResponseImpl()
-
-
Method Details
-
getMappingRuleId
Description copied from interface:UpdateMappingRuleResponseReturns the mapping rule ID of the updated mapping rule.- Specified by:
getMappingRuleIdin interfaceUpdateMappingRuleResponse
-
getClaimName
Description copied from interface:UpdateMappingRuleResponseReturns the updated claim name of the mapping rule.- Specified by:
getClaimNamein interfaceUpdateMappingRuleResponse
-
getClaimValue
Description copied from interface:UpdateMappingRuleResponseReturns the updated claim value of the mapping rule.- Specified by:
getClaimValuein interfaceUpdateMappingRuleResponse
-
getName
Description copied from interface:UpdateMappingRuleResponseReturns the updated name of the mapping rule.- Specified by:
getNamein interfaceUpdateMappingRuleResponse
-
setResponse
-