| Package | Description |
|---|---|
| com.google.gdata.model |
| Modifier and Type | Field and Description |
|---|---|
static Path |
Path.ROOT
A simple relative path that selects the root of the path.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.Builder.build()
Returns a new
Path instance based upon the current state of the
builder. |
static Path |
Path.of(MetadataKey<?>... steps)
Constructs a new relative
Path that selects an element defined by
the set of path steps to the element. |
static Path |
Path.to(ElementMetadata<?,?> root,
MetadataKey<?>... keys)
Constructs a new absolute
Path to an element type as defined by a
root type and the relative steps from it to the selected type. |
Path |
Path.toAbsolute(ElementMetadata<?,?> root)
Constructs a new
Path instance by interpreting the steps in the
current path relative to the provided root ElementMetadata. |
| Modifier and Type | Method and Description |
|---|---|
AttributeCreator |
ElementCreator.moveAttribute(AttributeKey<?> key,
Path path)
Adds a new virtual attribute based on a path.
|
ElementCreator |
ElementCreator.moveElement(ElementKey<?,?> key,
Path path)
Adds a new virtual element based on a path.
|
Copyright © 2012. All Rights Reserved.