Class Context
java.lang.Object
co.permify.sdk.model.Context
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Context
extends Object
Context encapsulates the information related to a single operation, including the tuples involved and the associated attributes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(Attribute attributesItem) addTuplesItem(Tuple tuplesItem) attributes(List<Attribute> attributes) booleanReturn true if this Context object is equal to o.A repeated field of attributes associated with the operation.getData()Additional data associated with the context.A repeated field of tuples involved in the operation.inthashCode()voidsetAttributes(List<Attribute> attributes) voidvoidtoString()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_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_DATA
- See Also:
-
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
tuples
-
addTuplesItem
-
getTuples
-
setTuples
-
attributes
-
addAttributesItem
-
getAttributes
-
setAttributes
-
data
-
getData
-
setData
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-