Uses of Class
org.apache.syncope.ext.openfga.client.model.TupleChange
Packages that use TupleChange
-
Uses of TupleChange in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return TupleChangeModifier and TypeMethodDescriptionTupleChange.operation
(TupleOperation operation) TupleChange.timestamp
(OffsetDateTime timestamp) Methods in org.apache.syncope.ext.openfga.client.model that return types with arguments of type TupleChangeMethods in org.apache.syncope.ext.openfga.client.model with parameters of type TupleChangeMethod parameters in org.apache.syncope.ext.openfga.client.model with type arguments of type TupleChangeModifier and TypeMethodDescriptionReadChangesResponse.changes
(List<TupleChange> changes) void
ReadChangesResponse.setChanges
(List<TupleChange> changes)