Uses of Class
com.oracle.bmc.marketplace.model.Publisher
-
Packages that use Publisher Package Description com.oracle.bmc.marketplace.model -
-
Uses of Publisher in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return Publisher Modifier and Type Method Description PublisherPublisher.Builder. build()PublisherListing. getPublisher()Methods in com.oracle.bmc.marketplace.model with parameters of type Publisher Modifier and Type Method Description Publisher.BuilderPublisher.Builder. copy(Publisher model)Listing.BuilderListing.Builder. publisher(Publisher publisher)Constructors in com.oracle.bmc.marketplace.model with parameters of type Publisher Constructor Description Listing(String id, String name, String version, String tagline, String keywords, String shortDescription, String usageInformation, String longDescription, String licenseModelDescription, String systemRequirements, Date timeReleased, String releaseNotes, List<String> categories, Publisher publisher, List<Item> languages, List<Screenshot> screenshots, List<NamedLink> videos, List<SupportContact> supportContacts, List<NamedLink> supportLinks, List<DocumentationLink> documentationLinks, UploadData icon, UploadData banner, List<Listing.CompatibleArchitectures> compatibleArchitectures, List<Region> regions, PackageTypeEnum packageType, String defaultPackageVersion, List<Link> links, Boolean isFeatured, ListingType listingType, List<OperatingSystem> supportedOperatingSystems)Deprecated.
-