TagsPatchResource Class

Definition

Wrapper resource for tags patch API request only.

public class TagsPatchResource
Inheritance
java.lang.Object
TagsPatchResource

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

TagsPatchResource()

Methods

operation()

Get the operation type for the patch API. Possible values include: 'Replace', 'Merge', 'Delete'.

properties()

Get the set of tags.

withOperation(TagsPatchOperation operation)

Set the operation type for the patch API. Possible values include: 'Replace', 'Merge', 'Delete'.

withProperties(Tags properties)

Set the set of tags.

Applies to