Class Links


  • public final class Links
    extends Object
    • Method Detail

      • create

        public static com.abiquo.model.rest.RESTLink create​(String rel,
                                                            String href,
                                                            String type)
      • 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()