Uses of Class
org.apache.syncope.ext.openfga.client.model.ReadChangesResponse
Packages that use ReadChangesResponse
Package
Description
-
Uses of ReadChangesResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return ReadChangesResponseModifier and TypeMethodDescriptionRelationshipTuplesApi.readChanges
(String storeId, String type, Integer pageSize, String continuationToken, OffsetDateTime startTime) Return a list of all the tuple changes The ReadChanges API will return a paginated list of tuple changes (additions and deletions) that occurred in a given store, sorted by ascending time.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type ReadChangesResponseModifier and TypeMethodDescriptionRelationshipTuplesApi.readChangesWithHttpInfo
(String storeId, String type, Integer pageSize, String continuationToken, OffsetDateTime startTime) Return a list of all the tuple changes The ReadChanges API will return a paginated list of tuple changes (additions and deletions) that occurred in a given store, sorted by ascending time. -
Uses of ReadChangesResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ReadChangesResponseModifier and TypeMethodDescriptionReadChangesResponse.addChangesItem
(TupleChange changesItem) ReadChangesResponse.changes
(List<TupleChange> changes) ReadChangesResponse.continuationToken
(String continuationToken)