public class Operation extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Operation.Type | 
| Constructor and Description | 
|---|
| Operation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMetadataAnchor()Gets metadata anchor. | 
| URI | getTarget()Gets target. | 
| String | getTitle()Gets title. | 
| Operation.Type | getType()Gets the Operation Type | 
| void | setMetadataAnchor(String metadataAnchor)Sets metadata anchor. | 
| void | setTarget(URI target)Sets target. | 
| void | setTitle(String title)Sets title. | 
| void | setType(Operation.Type type)Set the Operation type | 
public String getMetadataAnchor()
public void setMetadataAnchor(String metadataAnchor)
metadataAnchor - metadata anchor.public String getTitle()
public void setTitle(String title)
title - title.public URI getTarget()
public void setTarget(URI target)
target - target.public Operation.Type getType()
public void setType(Operation.Type type)
type - Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.