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