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