Uses of Class
org.apache.syncope.ext.openfga.client.model.WriteRequest
Packages that use WriteRequest
Package
Description
-
Uses of WriteRequest in org.apache.syncope.ext.openfga.client
Methods in org.apache.syncope.ext.openfga.client with parameters of type WriteRequest -
Uses of WriteRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type WriteRequestModifier and TypeMethodDescriptionRelationshipTuplesApi.write
(String storeId, WriteRequest body) Add or delete tuples from the store The Write API will transactionally update the tuples for a certain store.RelationshipTuplesApi.writeWithHttpInfo
(String storeId, WriteRequest body) Add or delete tuples from the store The Write API will transactionally update the tuples for a certain store. -
Uses of WriteRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return WriteRequestModifier and TypeMethodDescriptionWriteRequest.authorizationModelId
(String authorizationModelId) WriteRequest.deletes
(WriteRequestDeletes deletes) WriteRequest.writes
(WriteRequestWrites writes)