Uses of Enum Class
fr.gouv.vitam.common.client.IngestCollection
Packages that use IngestCollection
Package
Description
Basic Vitam Client Common interfaces
Provides Ingest Internal Client interface, configuration, factory and implementations.
-
Uses of IngestCollection in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that return IngestCollectionModifier and TypeMethodDescriptionstatic IngestCollection
Returns the enum constant of this class with the specified name.static IngestCollection[]
IngestCollection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IngestCollection in fr.gouv.vitam.ingest.internal.client
Methods in fr.gouv.vitam.ingest.internal.client with parameters of type IngestCollectionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
IngestInternalClient.downloadObjectAsync
(String objectId, IngestCollection type) Download object stored by ingest operationjavax.ws.rs.core.Response
IngestInternalClientMock.downloadObjectAsync
(String objectId, IngestCollection type)