Uses of Class
com.oracle.bmc.marketplace.model.AgreementSummary.Author
-
Packages that use AgreementSummary.Author Package Description com.oracle.bmc.marketplace.model -
-
Uses of AgreementSummary.Author in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return AgreementSummary.Author Modifier and Type Method Description static AgreementSummary.AuthorAgreementSummary.Author. create(String key)AgreementSummary.AuthorAgreementSummary. getAuthor()Who authored the agreement.static AgreementSummary.AuthorAgreementSummary.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.Methods in com.oracle.bmc.marketplace.model with parameters of type AgreementSummary.Author Modifier and Type Method Description AgreementSummary.BuilderAgreementSummary.Builder. author(AgreementSummary.Author author)Who authored the agreement.Constructors in com.oracle.bmc.marketplace.model with parameters of type AgreementSummary.Author Constructor Description AgreementSummary(String id, String contentUrl, AgreementSummary.Author author, String prompt)Deprecated.
-