Class BatchCheckItem
java.lang.Object
org.apache.syncope.ext.openfga.client.model.BatchCheckItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class BatchCheckItem
extends Object
BatchCheckItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontextualTuples
(ContextualTupleKeys contextualTuples) correlationId
(String correlationId) boolean
Return 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 tupleKeyint
hashCode()
void
setContext
(Object context) void
setContextualTuples
(ContextualTupleKeys contextualTuples) void
setCorrelationId
(String correlationId) void
setTupleKey
(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
-