org.jclouds.vcloud.director.v1_5.domain
Class Link
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Reference
org.jclouds.vcloud.director.v1_5.domain.Link
public class Link
- extends Reference
A link.
<xs:complexType name="LinkType">
- Author:
- Adrian Cole
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Reference |
logger |
Link
protected Link(Link.Builder<?> builder)
Link
protected Link()
builder
public static Link.Builder<?> builder()
toBuilder
public Link.Builder<?> toBuilder()
- Overrides:
toBuilder in class Reference
getRel
public Link.Rel getRel()
- Defines the relationship of the link to the object that contains it. A relationship can be the
name of an operation on the object, a reference to a contained or containing object, or a
reference to an alternate representation of the object. The relationship value implies the
HTTP verb to use when you use the link's href value as a request URL.
- Returns:
- relationship of the link to the object that contains it.
equals
public boolean equals(Object o)
- Overrides:
equals in class Reference
hashCode
public int hashCode()
- Overrides:
hashCode in class Reference
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class Reference
Copyright © 2009-2012 jclouds. All Rights Reserved.