Uses of Class
com.oracle.bmc.marketplace.model.Agreement.Author
-
Packages that use Agreement.Author Package Description com.oracle.bmc.marketplace.model -
-
Uses of Agreement.Author in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return Agreement.Author Modifier and Type Method Description static Agreement.Author
Agreement.Author. create(String key)
Agreement.Author
Agreement. getAuthor()
Who authored the agreement.static Agreement.Author
Agreement.Author. valueOf(String name)
Returns the enum constant of this type with the specified name.static Agreement.Author[]
Agreement.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 Agreement.Author Modifier and Type Method Description Agreement.Builder
Agreement.Builder. author(Agreement.Author author)
Who authored the agreement.Constructors in com.oracle.bmc.marketplace.model with parameters of type Agreement.Author Constructor Description Agreement(String id, String contentUrl, String signature, String compartmentId, Agreement.Author author, String prompt)
Deprecated.
-