Uses of Class
no.digipost.api.client.representations.batch.Batch
-
Packages that use Batch Package Description no.digipost.api.client no.digipost.api.client.batch no.digipost.api.client.internal no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of Batch in no.digipost.api.client
Methods in no.digipost.api.client that return Batch Modifier and Type Method Description BatchDigipostClient. completeBatch(Batch batch)BatchDigipostClient. createBatch(UUID batchUUID)BatchDigipostClient. getBatchInformation(UUID batchUUID)Methods in no.digipost.api.client with parameters of type Batch Modifier and Type Method Description voidDigipostClient. cancelBatch(Batch batch)BatchDigipostClient. completeBatch(Batch batch) -
Uses of Batch in no.digipost.api.client.batch
Methods in no.digipost.api.client.batch that return Batch Modifier and Type Method Description BatchBatchApi. completeBatch(Batch batch)BatchBatchApi. createBatch(UUID batchUUID)BatchBatchApi. getBatchInformation(UUID batchUUID)Methods in no.digipost.api.client.batch with parameters of type Batch Modifier and Type Method Description voidBatchApi. cancelBatch(Batch batch)BatchBatchApi. completeBatch(Batch batch) -
Uses of Batch in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal that return Batch Modifier and Type Method Description BatchApiServiceImpl. completeBatch(Batch batch)BatchApiServiceImpl. createBatch(UUID batchUUID)BatchApiServiceImpl. getBatchInformation(UUID batchUUID)Methods in no.digipost.api.client.internal with parameters of type Batch Modifier and Type Method Description voidApiServiceImpl. cancelBatch(Batch batch)BatchApiServiceImpl. completeBatch(Batch batch) -
Uses of Batch in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as Batch Modifier and Type Field Description BatchMessage. batch
-