Uses of Class
fr.gouv.vitam.common.client.IngestCollection
-
Packages that use IngestCollection Package Description fr.gouv.vitam.common.client Basic Vitam Client Common interfacesfr.gouv.vitam.ingest.internal.client 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 IngestCollection Modifier and Type Method Description static IngestCollection
IngestCollection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IngestCollection[]
IngestCollection. values()
Returns an array containing the constants of this enum type, 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 IngestCollection Modifier and Type Method Description javax.ws.rs.core.Response
IngestInternalClient. downloadObjectAsync(java.lang.String objectId, IngestCollection type)
Download object stored by ingest operationjavax.ws.rs.core.Response
IngestInternalClientMock. downloadObjectAsync(java.lang.String objectId, IngestCollection type)
-