Uses of Class
com.oracle.bmc.marketplace.model.Link
-
Packages that use Link Package Description com.oracle.bmc.marketplace.model -
-
Uses of Link in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return Link Modifier and Type Method Description LinkLink.Builder. build()Methods in com.oracle.bmc.marketplace.model that return types with arguments of type Link Modifier and Type Method Description List<Link>Listing. getLinks()Links to reference material.List<Link>Publisher. getLinks()Reference links.Methods in com.oracle.bmc.marketplace.model with parameters of type Link Modifier and Type Method Description Link.BuilderLink.Builder. copy(Link model)Method parameters in com.oracle.bmc.marketplace.model with type arguments of type Link Modifier and Type Method Description Listing.BuilderListing.Builder. links(List<Link> links)Links to reference material.Publisher.BuilderPublisher.Builder. links(List<Link> links)Reference links.Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type Link Constructor Description Publisher(String id, String name, String description, Long yearFounded, String websiteUrl, String contactEmail, String contactPhone, String hqAddress, UploadData logo, List<Link> links)Deprecated.
-