Class BatchCheckItem
java.lang.Object
org.apache.syncope.ext.openfga.client.model.BatchCheckItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-17T13:24:48.337210454+02:00[Europe/Rome]",
comments="Generator version: 7.16.0")
public class BatchCheckItem
extends Object
BatchCheckItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontextualTuples(ContextualTupleKeys contextualTuples) correlationId(String correlationId) booleanReturn true if this BatchCheckItem object is equal to o.Get contextGet contextualTuplescorrelation_id must be a string containing only letters, numbers, or hyphens, with length ≤ 36 characters.Get tupleKeyinthashCode()voidsetContext(Object context) voidsetContextualTuples(ContextualTupleKeys contextualTuples) voidsetCorrelationId(String correlationId) voidsetTupleKey(CheckRequestTupleKey tupleKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.tupleKey(CheckRequestTupleKey tupleKey)
-
Field Details
-
JSON_PROPERTY_TUPLE_KEY
- See Also:
-
JSON_PROPERTY_CONTEXTUAL_TUPLES
- See Also:
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_CORRELATION_ID
- See Also:
-
-
Constructor Details
-
BatchCheckItem
public BatchCheckItem()
-
-
Method Details
-
tupleKey
-
getTupleKey
Get tupleKey- Returns:
- tupleKey
-
setTupleKey
-
contextualTuples
-
getContextualTuples
Get contextualTuples- Returns:
- contextualTuples
-
setContextualTuples
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
correlationId
-
getCorrelationId
correlation_id must be a string containing only letters, numbers, or hyphens, with length ≤ 36 characters.- Returns:
- correlationId
-
setCorrelationId
-
equals
Return true if this BatchCheckItem object is equal to o. -
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
-