Package io.camunda.client.protocol.rest
Class MappingRuleCreateRequest
java.lang.Object
io.camunda.client.protocol.rest.MappingRuleCreateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class MappingRuleCreateRequest
extends Object
MappingRuleCreateRequest
-
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.The unique ID of the mapping rule.getName()The name of the mapping rule.inthashCode()mappingRuleId(String mappingRuleId) voidsetClaimName(String claimName) voidsetClaimValue(String claimValue) voidsetMappingRuleId(String mappingRuleId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MAPPING_RULE_ID
- See Also:
-
JSON_PROPERTY_CLAIM_NAME
- See Also:
-
JSON_PROPERTY_CLAIM_VALUE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
MappingRuleCreateRequest
public MappingRuleCreateRequest()
-
-
Method Details
-
mappingRuleId
-
getMappingRuleId
The unique ID of the mapping rule.- Returns:
- mappingRuleId
-
setMappingRuleId
-
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
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-