Interface Reason
public interface Reason
Reason
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Reason.Builder
builder()
Getting buildergetCode()
Get codeA textual description of the reason.Get subCode
-
Method Details
-
getCode
ReasonCode getCode()Get code- Returns:
- code
-
getDescription
String getDescription()A textual description of the reason.- Returns:
- description
-
getSubCode
ReasonSubCode getSubCode()Get subCode- Returns:
- subCode
-
builder
Getting builder- Returns:
- New Builder instance
-