Uses of Class
no.digipost.api.useragreements.client.GetAgreementResult.FailedReason
-
Packages that use GetAgreementResult.FailedReason 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 GetAgreementResult.FailedReason in no.digipost.api.useragreements.client
Methods in no.digipost.api.useragreements.client that return GetAgreementResult.FailedReason Modifier and Type Method Description GetAgreementResult.FailedReasonGetAgreementResult. getFailedReason()static GetAgreementResult.FailedReasonGetAgreementResult.FailedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static GetAgreementResult.FailedReason[]GetAgreementResult.FailedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.digipost.api.useragreements.client with parameters of type GetAgreementResult.FailedReason Constructor Description GetAgreementResult(GetAgreementResult.FailedReason failedReason, Supplier<UnexpectedResponseException> agreementMissingExceptionSupplier)
-