Package com.abiquo.apiclient.domain
Class Links
- java.lang.Object
-
- com.abiquo.apiclient.domain.Links
-
public final class Links extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.abiquo.model.rest.RESTLinkcreate(String rel, String href, String type)static com.abiquo.model.rest.RESTLinkcreate(String rel, String href, String type, String title)static com.abiquo.model.rest.RESTLinkeditOrSelf(com.abiquo.model.transport.SingleResourceTransportDto dto)static Predicate<com.abiquo.model.rest.RESTLink>isDisk()static Predicate<com.abiquo.model.rest.RESTLink>isNic()static Predicate<com.abiquo.model.rest.RESTLink>isTemplateDisk()static com.abiquo.model.rest.RESTLinkwithRel(String newRel, com.abiquo.model.rest.RESTLink source)
-
-
-
Method Detail
-
create
public static com.abiquo.model.rest.RESTLink create(String rel, String href, String type, String title)
-
withRel
public static com.abiquo.model.rest.RESTLink withRel(String newRel, com.abiquo.model.rest.RESTLink source)
-
editOrSelf
public static com.abiquo.model.rest.RESTLink editOrSelf(com.abiquo.model.transport.SingleResourceTransportDto dto)
-
isTemplateDisk
public static Predicate<com.abiquo.model.rest.RESTLink> isTemplateDisk()
-
isNic
public static Predicate<com.abiquo.model.rest.RESTLink> isNic()
-
isDisk
public static Predicate<com.abiquo.model.rest.RESTLink> isDisk()
-
-