Package io.camunda.client.protocol.rest
Class MappingRuleCreateUpdateRequest
java.lang.Object
io.camunda.client.protocol.rest.MappingRuleCreateUpdateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class MappingRuleCreateUpdateRequest
extends Object
MappingRuleCreateUpdateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclaimValue(String claimValue) booleanThe name of the claim to map.The value of the claim to map.getName()The name of the mapping rule.inthashCode()voidsetClaimName(String claimName) voidsetClaimValue(String claimValue) voidtoString()
-
Field Details
-
JSON_PROPERTY_CLAIM_NAME
- See Also:
-
JSON_PROPERTY_CLAIM_VALUE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
MappingRuleCreateUpdateRequest
public MappingRuleCreateUpdateRequest()
-
-
Method Details
-
claimName
-
getClaimName
The name of the claim to map.- Returns:
- claimName
-
setClaimName
-
claimValue
-
getClaimValue
The value of the claim to map.- Returns:
- claimValue
-
setClaimValue
-
name
-
getName
The name of the mapping rule.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-