Package io.camunda.client.protocol.rest
Class MappingFilterRequest
java.lang.Object
io.camunda.client.protocol.rest.MappingFilterRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class MappingFilterRequest
extends Object
Mapping search filter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclaimValue(String claimValue) booleanThe claim name to match against a token.The value of the claim to match.The ID of the mapping.getName()The name of the mapping.inthashCode()voidsetClaimName(String claimName) voidsetClaimValue(String claimValue) voidsetMappingId(String mappingId) voidtoString()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_MAPPING_ID
- See Also:
-
-
Constructor Details
-
MappingFilterRequest
public MappingFilterRequest()
-
-
Method Details
-
claimName
-
getClaimName
The claim name to match against a token.- Returns:
- claimName
-
setClaimName
-
claimValue
-
getClaimValue
The value of the claim to match.- Returns:
- claimValue
-
setClaimValue
-
name
-
getName
The name of the mapping.- Returns:
- name
-
setName
-
mappingId
-
getMappingId
The ID of the mapping.- Returns:
- mappingId
-
setMappingId
-
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
-