Class ReadChangesResponse
java.lang.Object
org.apache.syncope.ext.openfga.client.model.ReadChangesResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class ReadChangesResponse
extends Object
ReadChangesResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChangesItem
(TupleChange changesItem) changes
(List<TupleChange> changes) continuationToken
(String continuationToken) boolean
Return true if this ReadChangesResponse object is equal to o.Get changesThe continuation token will be identical if there are no new changes.int
hashCode()
void
setChanges
(List<TupleChange> changes) void
setContinuationToken
(String continuationToken) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
Constructor Details
-
Method Details
-
changes
-
addChangesItem
-
getChanges
Get changes- Returns:
- changes
-
setChanges
-
continuationToken
-
getContinuationToken
The continuation token will be identical if there are no new changes.- Returns:
- continuationToken
-
setContinuationToken
-
equals
Return true if this ReadChangesResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-