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 theArtifactSummary
objects 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 ArtifactSummary
ArtifactSummary.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.Builder
ArtifactSummary.Builder. copy(ArtifactSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ArtifactSummary Modifier and Type Method Description ArtifactCollection.Builder
ArtifactCollection.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.
-