Uses of Class
no.digipost.api.client.representations.UnidentifiedReason
-
Packages that use UnidentifiedReason Package Description 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 UnidentifiedReason in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as UnidentifiedReason Modifier and Type Field Description protected UnidentifiedReason
IdentificationResult. unidentifiedReason
Methods in no.digipost.api.client.representations that return UnidentifiedReason Modifier and Type Method Description static UnidentifiedReason
UnidentifiedReason. fromValue(String v)
UnidentifiedReason
IdentificationResult. getUnidentifiedReason()
static UnidentifiedReason
UnidentifiedReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnidentifiedReason[]
UnidentifiedReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-