Uses of Class
com.oracle.bmc.marketplacepublisher.model.NamedLink
-
Packages that use NamedLink Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of NamedLink in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return NamedLink Modifier and Type Method Description NamedLinkNamedLink.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type NamedLink Modifier and Type Method Description List<NamedLink>CreateListingRevisionDetails. getSupportLinks()Links to support resources for the listing revision.List<NamedLink>ListingRevision. getSupportLinks()Links to support resources for the listing revision.List<NamedLink>UpdateListingRevisionDetails. getSupportLinks()Links to support resources for the listing revision.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type NamedLink Modifier and Type Method Description NamedLink.BuilderNamedLink.Builder. copy(NamedLink model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type NamedLink Modifier and Type Method Description CreateListingRevisionDetails.BuilderCreateListingRevisionDetails.Builder. supportLinks(List<NamedLink> supportLinks)Links to support resources for the listing revision.ListingRevision.BuilderListingRevision.Builder. supportLinks(List<NamedLink> supportLinks)Links to support resources for the listing revision.UpdateListingRevisionDetails.BuilderUpdateListingRevisionDetails.Builder. supportLinks(List<NamedLink> supportLinks)Links to support resources for the listing revision.
-