Uses of Class
no.digipost.api.client.representations.batch.BatchStatus
-
Packages that use BatchStatus Package Description no.digipost.api.client.representations.batch 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 BatchStatus in no.digipost.api.client.representations.batch
Fields in no.digipost.api.client.representations.batch declared as BatchStatus Modifier and Type Field Description protected BatchStatus
Batch. status
Methods in no.digipost.api.client.representations.batch that return BatchStatus Modifier and Type Method Description static BatchStatus
BatchStatus. fromValue(String v)
BatchStatus
Batch. getStatus()
static BatchStatus
BatchStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchStatus[]
BatchStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.digipost.api.client.representations.batch with parameters of type BatchStatus Constructor Description Batch(String uuid, BatchStatus status, Integer countDigipost, Integer countPrint, List<Link> links)
-