Uses of Enum Class
fr.gouv.vitam.common.client.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
Modifier 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
Modifier 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)