Class AttributeReadResponse
java.lang.Object
co.permify.sdk.model.AttributeReadResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AttributeReadResponse
extends Object
AttributeReadResponse defines the structure of the response to an attribute read request. It includes the attributes retrieved and a continuous token for handling result pagination.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(Attribute attributesItem) attributes(List<Attribute> attributes) continuousToken(String continuousToken) booleanReturn true if this AttributeReadResponse object is equal to o.attributes is a list of the attributes retrieved in the read operation.continuous_token is used in the case of paginated reads to retrieve the next page of results.inthashCode()voidsetAttributes(List<Attribute> attributes) voidsetContinuousToken(String continuousToken) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_CONTINUOUS_TOKEN
- See Also:
-
-
Constructor Details
-
AttributeReadResponse
public AttributeReadResponse()
-
-
Method Details
-
attributes
-
addAttributesItem
-
getAttributes
-
setAttributes
-
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
-