Uses of Class
com.oracle.bmc.marketplace.model.LinkEnum
-
Packages that use LinkEnum Package Description com.oracle.bmc.marketplace.model -
-
Uses of LinkEnum in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return LinkEnum Modifier and Type Method Description static LinkEnumLinkEnum. create(String key)LinkEnumLink. getRel()Reference links to the previous page, next page, and other pages.static LinkEnumLinkEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkEnum[]LinkEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model with parameters of type LinkEnum Modifier and Type Method Description Link.BuilderLink.Builder. rel(LinkEnum rel)Reference links to the previous page, next page, and other pages.Constructors in com.oracle.bmc.marketplace.model with parameters of type LinkEnum Constructor Description Link(LinkEnum rel, String href)Deprecated.
-