Uses of Class
com.oracle.bmc.marketplace.model.DocumentationLink
-
Packages that use DocumentationLink Package Description com.oracle.bmc.marketplace.model -
-
Uses of DocumentationLink in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return DocumentationLink Modifier and Type Method Description DocumentationLink
DocumentationLink.Builder. build()
Methods in com.oracle.bmc.marketplace.model that return types with arguments of type DocumentationLink Modifier and Type Method Description List<DocumentationLink>
Listing. getDocumentationLinks()
Links to additional documentation provided by the publisher specifically for the listing.Methods in com.oracle.bmc.marketplace.model with parameters of type DocumentationLink Modifier and Type Method Description DocumentationLink.Builder
DocumentationLink.Builder. copy(DocumentationLink model)
Method parameters in com.oracle.bmc.marketplace.model with type arguments of type DocumentationLink Modifier and Type Method Description Listing.Builder
Listing.Builder. documentationLinks(List<DocumentationLink> documentationLinks)
Links to additional documentation provided by the publisher specifically for the listing.
-