public final class ResourceId extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceId.Builder
Builder to construct resource identifier.
|
| Constructor and Description |
|---|
ResourceId(ResourceId.Builder builder)
Create object from builder.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceId.Builder |
builder()
Retrieves a new resource builder.
|
ResourceId.Builder |
copyBuilder()
Returns resource identifier builder for a given resource identifier.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<NodeKey> |
nodeKeys()
Returns the list of node key used to uniquely identify the branch in the
logical tree starting from root.
|
String |
toString() |
public ResourceId(ResourceId.Builder builder)
builder - initialized builderpublic static ResourceId.Builder builder()
public List<NodeKey> nodeKeys()
public ResourceId.Builder copyBuilder() throws CloneNotSupportedException
CloneNotSupportedException - when clone is not supportedCopyright © 2018. All rights reserved.