public enum RelationType extends Enum<RelationType> implements com.vmware.vcloud.api.rest.links.LinkRelation
| Enum Constant and Description |
|---|
ADD |
ALTERNATE |
API_EXTENSIBILITY |
DOWN |
EDIT |
ENTITY_RESOLVER |
FIRST_PAGE |
LAST_PAGE |
NEXT_PAGE |
OPENAPI |
PREVIOUS_PAGE |
REMOVE |
SELF |
UP |
| Modifier and Type | Method and Description |
|---|---|
com.vmware.vcloud.api.rest.version.ApiVersion |
apiVersion() |
String |
value() |
static RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationType SELF
public static final RelationType DOWN
public static final RelationType ADD
public static final RelationType UP
public static final RelationType EDIT
public static final RelationType REMOVE
public static final RelationType ALTERNATE
public static final RelationType PREVIOUS_PAGE
public static final RelationType NEXT_PAGE
public static final RelationType FIRST_PAGE
public static final RelationType LAST_PAGE
public static final RelationType ENTITY_RESOLVER
public static final RelationType API_EXTENSIBILITY
public static final RelationType OPENAPI
public static RelationType[] values()
for (RelationType c : RelationType.values()) System.out.println(c);
public static RelationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
value in interface com.vmware.vcloud.api.rest.links.LinkRelationpublic com.vmware.vcloud.api.rest.version.ApiVersion apiVersion()
Copyright © 2019 VMware. All rights reserved.