Package io.camunda.client.protocol.rest
Class MappingRuleCreateResponseBase
java.lang.Object
io.camunda.client.protocol.rest.MappingRuleCreateResponseBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class MappingRuleCreateResponseBase
extends Object
MappingRuleCreateResponseBase
-
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.getId()The unique external id of the mapping.getName()The name of the mapping.inthashCode()voidsetClaimName(String claimName) voidsetClaimValue(String claimValue) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CLAIM_NAME
- See Also:
-
JSON_PROPERTY_CLAIM_VALUE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
MappingRuleCreateResponseBase
public MappingRuleCreateResponseBase()
-
-
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.- Returns:
- name
-
setName
-
id
-
getId
The unique external id of the mapping.- Returns:
- id
-
setId
-
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
-