Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static AgreementSummary.Author |
AgreementSummary.Author.create(String key) |
AgreementSummary.Author |
AgreementSummary.getAuthor()
Who authored the agreement.
|
static AgreementSummary.Author |
AgreementSummary.Author.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgreementSummary.Author[] |
AgreementSummary.Author.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AgreementSummary.Builder |
AgreementSummary.Builder.author(AgreementSummary.Author author)
Who authored the agreement.
|
Constructor and Description |
---|
AgreementSummary(String id,
String contentUrl,
AgreementSummary.Author author,
String prompt)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.