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