public final class Links extends Object
| Modifier and Type | Method and Description |
|---|---|
static RESTLink |
create(String rel,
String href,
String type) |
static RESTLink |
create(String rel,
String href,
String type,
String title) |
static RESTLink |
editOrSelf(SingleResourceTransportDto dto) |
static com.google.common.base.Predicate<RESTLink> |
isDisk() |
static com.google.common.base.Predicate<RESTLink> |
isNic() |
static com.google.common.base.Predicate<RESTLink> |
isTemplateDisk() |
static RESTLink |
withRel(String newRel,
RESTLink source) |
public static RESTLink editOrSelf(SingleResourceTransportDto dto)
public static com.google.common.base.Predicate<RESTLink> isTemplateDisk()
public static com.google.common.base.Predicate<RESTLink> isNic()
public static com.google.common.base.Predicate<RESTLink> isDisk()
Copyright © 2008–2020 Abiquo Holdings S.L.. All rights reserved.