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 NamedLink
NamedLink.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.Builder
NamedLink.Builder. copy(NamedLink model)
Method parameters in com.oracle.bmc.marketplace.model with type arguments of type NamedLink Modifier and Type Method Description Listing.Builder
Listing.Builder. supportLinks(List<NamedLink> supportLinks)
Links to support resources for the listing.Listing.Builder
Listing.Builder. videos(List<NamedLink> videos)
Videos of the listing.
-