Uses of Class
com.oracle.bmc.marketplace.model.NamedLink
-
Packages that use NamedLink Package Description com.oracle.bmc.marketplace.model -
-
Uses of NamedLink in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return NamedLink Modifier and Type Method Description NamedLinkNamedLink.Builder. build()Methods in com.oracle.bmc.marketplace.model that return types with arguments of type NamedLink Modifier and Type Method Description List<NamedLink>Listing. getSupportLinks()Links to support resources for the listing.List<NamedLink>Listing. getVideos()Videos of the listing.Methods in com.oracle.bmc.marketplace.model with parameters of type NamedLink Modifier and Type Method Description NamedLink.BuilderNamedLink.Builder. copy(NamedLink model)Method parameters in com.oracle.bmc.marketplace.model with type arguments of type NamedLink Modifier and Type Method Description Listing.BuilderListing.Builder. supportLinks(List<NamedLink> supportLinks)Links to support resources for the listing.Listing.BuilderListing.Builder. videos(List<NamedLink> videos)Videos of the listing.
-