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 Batch
DigipostClient. completeBatch(Batch batch)
Batch
DigipostClient. createBatch(UUID batchUUID)
Batch
DigipostClient. getBatchInformation(UUID batchUUID)
Methods in no.digipost.api.client with parameters of type Batch Modifier and Type Method Description void
DigipostClient. cancelBatch(Batch batch)
Batch
DigipostClient. 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 Batch
BatchApi. completeBatch(Batch batch)
Batch
BatchApi. createBatch(UUID batchUUID)
Batch
BatchApi. getBatchInformation(UUID batchUUID)
Methods in no.digipost.api.client.batch with parameters of type Batch Modifier and Type Method Description void
BatchApi. cancelBatch(Batch batch)
Batch
BatchApi. 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 Batch
ApiServiceImpl. completeBatch(Batch batch)
Batch
ApiServiceImpl. createBatch(UUID batchUUID)
Batch
ApiServiceImpl. getBatchInformation(UUID batchUUID)
Methods in no.digipost.api.client.internal with parameters of type Batch Modifier and Type Method Description void
ApiServiceImpl. cancelBatch(Batch 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 Modifier and Type Field Description Batch
Message. batch
-