Uses of Class
no.digipost.api.client.representations.batch.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in no.digipost.api.client
Methods in no.digipost.api.client that return BatchModifier and TypeMethodDescriptionDigipostClient.completeBatch(Batch batch) DigipostClient.createBatch(UUID batchUUID) DigipostClient.getBatchInformation(UUID batchUUID) Methods in no.digipost.api.client with parameters of type BatchModifier and TypeMethodDescriptionvoidDigipostClient.cancelBatch(Batch batch) DigipostClient.completeBatch(Batch batch) -
Uses of Batch in no.digipost.api.client.batch
Methods in no.digipost.api.client.batch that return BatchModifier and TypeMethodDescriptionBatchApi.completeBatch(Batch batch) BatchApi.createBatch(UUID batchUUID) BatchApi.getBatchInformation(UUID batchUUID) Methods in no.digipost.api.client.batch with parameters of type BatchModifier and TypeMethodDescriptionvoidBatchApi.cancelBatch(Batch batch) BatchApi.completeBatch(Batch batch) -
Uses of Batch in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal that return BatchModifier and TypeMethodDescriptionApiServiceImpl.completeBatch(Batch batch) ApiServiceImpl.createBatch(UUID batchUUID) ApiServiceImpl.getBatchInformation(UUID batchUUID) Methods in no.digipost.api.client.internal with parameters of type BatchModifier and TypeMethodDescriptionvoidApiServiceImpl.cancelBatch(Batch batch) ApiServiceImpl.completeBatch(Batch batch) -
Uses of Batch in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as Batch