Class V1Operation
java.lang.Object
co.permify.sdk.model.V1Operation
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class V1Operation
extends Object
Operation is a message representing a series of operations that can be performed. It includes fields for writing and deleting relationships and attributes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesDeleteItem(String attributesDeleteItem) addAttributesWriteItem(String attributesWriteItem) addRelationshipsDeleteItem(String relationshipsDeleteItem) addRelationshipsWriteItem(String relationshipsWriteItem) attributesDelete(List<String> attributesDelete) attributesWrite(List<String> attributesWrite) booleanReturn true if this v1.Operation object is equal to o.'attributes_delete' is a repeated string field for storing attribute keys that are to be deleted or removed.'attributes_write' is a repeated string field for storing attribute keys that are to be written or created.'relationships_delete' is a repeated string field for storing relationship keys that are to be deleted or removed.'relationships_write' is a repeated string field for storing relationship keys that are to be written or created.inthashCode()relationshipsDelete(List<String> relationshipsDelete) relationshipsWrite(List<String> relationshipsWrite) voidsetAttributesDelete(List<String> attributesDelete) voidsetAttributesWrite(List<String> attributesWrite) voidsetRelationshipsDelete(List<String> relationshipsDelete) voidsetRelationshipsWrite(List<String> relationshipsWrite) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RELATIONSHIPS_WRITE
- See Also:
-
JSON_PROPERTY_RELATIONSHIPS_DELETE
- See Also:
-
JSON_PROPERTY_ATTRIBUTES_WRITE
- See Also:
-
JSON_PROPERTY_ATTRIBUTES_DELETE
- See Also:
-
-
Constructor Details
-
V1Operation
public V1Operation()
-
-
Method Details
-
relationshipsWrite
-
addRelationshipsWriteItem
-
getRelationshipsWrite
-
setRelationshipsWrite
-
relationshipsDelete
-
addRelationshipsDeleteItem
-
getRelationshipsDelete
-
setRelationshipsDelete
-
attributesWrite
-
addAttributesWriteItem
-
getAttributesWrite
-
setAttributesWrite
-
attributesDelete
-
addAttributesDeleteItem
-
getAttributesDelete
-
setAttributesDelete
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-