| Modifier and Type | Method and Description |
|---|---|
Link |
Link.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
Session.getLinks() |
Set<Link> |
Resource.getLinks()
Set of optional links to an entity or operation associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.addLink(Link link) |
B |
Link.Builder.fromLink(Link in) |
B |
Resource.Builder.link(Link link) |
B |
MetadataEntry.Builder.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.links(Set<Link> links) |
B |
Resource.Builder.links(Set<Link> links) |
B |
MetadataEntry.Builder.links(Set<Link> links) |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
RasdItem.getLinks()
Set of optional links to an entity or operation associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
B |
RasdItem.Builder.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
B |
RasdItem.Builder.links(Set<Link> links) |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
QueryResultRecordType.getLinks()
Set of optional links to an entity or operation associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
B |
QueryResultRecordType.Builder.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
B |
QueryResultRecordType.Builder.links(Set<Link> links) |
| Constructor and Description |
|---|
QueryResultRecordType(Set<Link> links,
URI href,
String id,
String type) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Link> |
VirtualHardwareSection.links |
protected Set<Link> |
NetworkConnectionSection.links |
protected Set<Link> |
NetworkConfigSection.links |
protected Set<Link> |
CustomizationSection.links |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
VirtualHardwareSection.getLinks()
Set of optional links to an entity or operation associated with this object.
|
Set<Link> |
OperatingSystemSection.getLinks()
Set of optional links to an entity or operation associated with this object.
|
Set<Link> |
NetworkConnectionSection.getLinks()
Gets the value of the link property.
|
Set<Link> |
NetworkConfigSection.getLinks()
Gets the value of the link property.
|
Set<Link> |
LeaseSettingsSection.getLinks()
Gets the value of the links property.
|
Set<Link> |
GuestCustomizationSection.getLinks()
Gets the value of the link property.
|
Set<Link> |
CustomizationSection.getLinks()
Gets the value of the links property.
|
| Modifier and Type | Method and Description |
|---|---|
B |
VirtualHardwareSection.Builder.link(Link link) |
B |
OperatingSystemSection.Builder.link(Link link) |
B |
NetworkConnectionSection.Builder.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
B |
VirtualHardwareSection.Builder.links(Set<Link> links) |
B |
OperatingSystemSection.Builder.links(Set<Link> links) |
B |
NetworkConnectionSection.Builder.links(Set<Link> links) |
B |
NetworkConfigSection.Builder.links(Set<Link> links) |
B |
LeaseSettingsSection.Builder.links(Set<Link> links) |
B |
GuestCustomizationSection.Builder.links(Set<Link> links) |
B |
CustomizationSection.Builder.links(Set<Link> links) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Link> |
LinkPredicates.nameEquals(String name) |
static com.google.common.base.Predicate<Link> |
LinkPredicates.relEquals(Link.Rel rel) |
static com.google.common.base.Predicate<Link> |
LinkPredicates.relEquals(String rel)
matches links of the given relation
|
static com.google.common.base.Predicate<Link> |
LinkPredicates.typeEquals(String type) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.