Uses of Class
com.oracle.bmc.artifacts.model.GenericArtifactSummary
-
Packages that use GenericArtifactSummary Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of GenericArtifactSummary in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return types with arguments of type GenericArtifactSummary Modifier and Type Method Description Iterable<GenericArtifactSummary>
ArtifactsPaginators. listGenericArtifactsRecordIterator(ListGenericArtifactsRequest request)
Creates a new iterable which will iterate over theGenericArtifactSummary
objects contained in responses from the listGenericArtifacts operation. -
Uses of GenericArtifactSummary in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return GenericArtifactSummary Modifier and Type Method Description GenericArtifactSummary
GenericArtifactSummary.Builder. build()
Methods in com.oracle.bmc.artifacts.model that return types with arguments of type GenericArtifactSummary Modifier and Type Method Description List<GenericArtifactSummary>
GenericArtifactCollection. getItems()
The listed artifacts.Methods in com.oracle.bmc.artifacts.model with parameters of type GenericArtifactSummary Modifier and Type Method Description GenericArtifactSummary.Builder
GenericArtifactSummary.Builder. copy(GenericArtifactSummary model)
Method parameters in com.oracle.bmc.artifacts.model with type arguments of type GenericArtifactSummary Modifier and Type Method Description GenericArtifactCollection.Builder
GenericArtifactCollection.Builder. items(List<GenericArtifactSummary> items)
The listed artifacts.Constructor parameters in com.oracle.bmc.artifacts.model with type arguments of type GenericArtifactSummary Constructor Description GenericArtifactCollection(List<GenericArtifactSummary> items)
Deprecated.
-