Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Link.Builder |
Link.Builder.rel(LinkEnum rel)
Reference links to the previous page, next page, and other pages.
|
Constructor and Description |
---|
Link(LinkEnum rel,
String href)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.