Uses of Class
com.oracle.bmc.marketplace.model.PublisherSummary
-
Packages that use PublisherSummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.responses -
-
Uses of PublisherSummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type PublisherSummary Modifier and Type Method Description Iterable<PublisherSummary>MarketplacePaginators. listPublishersRecordIterator(ListPublishersRequest request)Creates a new iterable which will iterate over thePublisherSummaryobjects contained in responses from the listPublishers operation. -
Uses of PublisherSummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return PublisherSummary Modifier and Type Method Description PublisherSummaryPublisherSummary.Builder. build()PublisherSummaryListingSummary. getPublisher()Methods in com.oracle.bmc.marketplace.model with parameters of type PublisherSummary Modifier and Type Method Description PublisherSummary.BuilderPublisherSummary.Builder. copy(PublisherSummary model)ListingSummary.BuilderListingSummary.Builder. publisher(PublisherSummary publisher)Constructors in com.oracle.bmc.marketplace.model with parameters of type PublisherSummary Constructor Description ListingSummary(String id, String name, String shortDescription, Boolean isRoverExportable, String tagline, UploadData icon, PackageTypeEnum packageType, List<ListingSummary.PricingTypes> pricingTypes, List<ListingSummary.CompatibleArchitectures> compatibleArchitectures, List<Region> regions, Boolean isFeatured, List<String> categories, PublisherSummary publisher, List<OperatingSystem> supportedOperatingSystems, ListingType listingType)Deprecated. -
Uses of PublisherSummary in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return types with arguments of type PublisherSummary Modifier and Type Method Description List<PublisherSummary>ListPublishersResponse. getItems()A list of com.oracle.bmc.marketplace.model.PublisherSummary instances.Method parameters in com.oracle.bmc.marketplace.responses with type arguments of type PublisherSummary Modifier and Type Method Description ListPublishersResponse.BuilderListPublishersResponse.Builder. items(List<PublisherSummary> items)A list of com.oracle.bmc.marketplace.model.PublisherSummary instances.
-