Class Batch
- java.lang.Object
-
- no.digipost.api.client.representations.Representation
-
- no.digipost.api.client.representations.batch.Batch
-
public class Batch extends Representation
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegercountDigipostprotected IntegercountPrintprotected BatchStatusstatusprotected Stringuuid-
Fields inherited from class no.digipost.api.client.representations.Representation
links
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetCancelBatch()URIgetCompleteBatch()IntegergetCountDigipost()IntegergetCountPrint()List<Link>getLinks()BatchStatusgetStatus()StringgetUuid()protected voidsetLink(List<Link> links)StringtoString()-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-
-
-
Field Detail
-
uuid
protected String uuid
-
status
protected BatchStatus status
-
countDigipost
protected Integer countDigipost
-
countPrint
protected Integer countPrint
-
-