public class GetAgreementResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAgreementResult.FailedReason |
| Constructor and Description |
|---|
GetAgreementResult(Agreement agreement) |
GetAgreementResult(GetAgreementResult.FailedReason failedReason,
Supplier<UnexpectedResponseException> agreementMissingExceptionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Agreement |
getAgreement() |
GetAgreementResult.FailedReason |
getFailedReason() |
boolean |
isSuccess() |
String |
toString() |
public GetAgreementResult(Agreement agreement)
public GetAgreementResult(GetAgreementResult.FailedReason failedReason, Supplier<UnexpectedResponseException> agreementMissingExceptionSupplier)
public boolean isSuccess()
public Agreement getAgreement()
public GetAgreementResult.FailedReason getFailedReason()
Copyright © 2017 Digipost Open Source. All rights reserved.