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 LinkEnum
LinkEnum. create(String key)
LinkEnum
Link. getRel()
Reference links to the previous page, next page, and other pages.static LinkEnum
LinkEnum. 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.Builder
Link.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.
-