Uses of Class
com.oracle.bmc.marketplacepublisher.model.ArtifactSummary
-
Packages that use ArtifactSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of ArtifactSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ArtifactSummary Modifier and Type Method Description Iterable<ArtifactSummary>MarketplacePublisherPaginators. listArtifactsRecordIterator(ListArtifactsRequest request)Creates a new iterable which will iterate over theArtifactSummaryobjects contained in responses from the listArtifacts operation. -
Uses of ArtifactSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ArtifactSummary Modifier and Type Method Description ArtifactSummaryArtifactSummary.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type ArtifactSummary Modifier and Type Method Description List<ArtifactSummary>ArtifactCollection. getItems()List of artifact summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ArtifactSummary Modifier and Type Method Description ArtifactSummary.BuilderArtifactSummary.Builder. copy(ArtifactSummary model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ArtifactSummary Modifier and Type Method Description ArtifactCollection.BuilderArtifactCollection.Builder. items(List<ArtifactSummary> items)List of artifact summary.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ArtifactSummary Constructor Description ArtifactCollection(List<ArtifactSummary> items)Deprecated.
-