Class RelationshipReadResponse
java.lang.Object
co.permify.sdk.model.RelationshipReadResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RelationshipReadResponse
extends Object
RelationshipReadResponse defines the structure of the response after reading relationships. It includes the tuples representing the relationships and a continuous token for handling result pagination.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTuplesItem(Tuple tuplesItem) continuousToken(String continuousToken) booleanReturn true if this RelationshipReadResponse object is equal to o.continuous_token is used in the case of paginated reads to retrieve the next page of results.tuples is a list of the relationships retrieved in the read operation, represented as entity-relation-entity triples.inthashCode()voidsetContinuousToken(String continuousToken) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TUPLES
- See Also:
-
JSON_PROPERTY_CONTINUOUS_TOKEN
- See Also:
-
-
Constructor Details
-
RelationshipReadResponse
public RelationshipReadResponse()
-
-
Method Details
-
tuples
-
addTuplesItem
-
getTuples
-
setTuples
-
continuousToken
-
getContinuousToken
continuous_token is used in the case of paginated reads to retrieve the next page of results.- Returns:
- continuousToken
-
setContinuousToken
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-