Class CheckRequest
java.lang.Object
io.quarkiverse.openfga.client.model.dto.CheckRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CheckRequest.Builderbuilder()booleangetTrace()inthashCode()static CheckRequestof(TupleKey tupleKey, ContextualTupleKeys contextualTuples, String authorizationModelId, Boolean trace, Object context, ConsistencyPreference consistency) toString()
-
Method Details
-
of
public static CheckRequest of(TupleKey tupleKey, @Nullable ContextualTupleKeys contextualTuples, @Nullable String authorizationModelId, @Nullable Boolean trace, @Nullable Object context, @Nullable ConsistencyPreference consistency) -
builder
-
getTupleKey
-
getContextualTuples
-
getAuthorizationModelId
-
getTrace
-
getContext
-
getConsistency
-
equals
-
hashCode
public int hashCode() -
toString
-