Class ListObjectsRequest
java.lang.Object
io.quarkiverse.openfga.client.model.dto.ListObjectsRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ListObjectsRequest.Builderbuilder()booleangetType()getUser()inthashCode()static ListObjectsRequestof(String authorizationModelId, String type, String relation, String user, ContextualTupleKeys contextualTuples, Object context, ConsistencyPreference consistency) toString()
-
Method Details
-
of
public static ListObjectsRequest of(@Nullable String authorizationModelId, String type, String relation, String user, @Nullable ContextualTupleKeys contextualTuples, @Nullable Object context, @Nullable ConsistencyPreference consistency) -
builder
-
getAuthorizationModelId
-
getType
-
getRelation
-
getUser
-
getContextualTuples
-
getContext
-
getConsistency
-
equals
-
hashCode
public int hashCode() -
toString
-