public final class RateType extends Object
The parameter is as follows:
rateType - The exchange rate type as a String
, for example, MID, BID, ASK, and so on.
Modifier and Type | Class and Description |
---|---|
static class |
RateType.RateTypeBuilder |
Constructor and Description |
---|
RateType(String rateType)
A constructor to validate if the rateType has an empty string as if the rateType itself is empty.
|
Modifier and Type | Method and Description |
---|---|
static RateType.RateTypeBuilder |
builder() |
boolean |
equals(Object o) |
@NonNull String |
getRateType() |
int |
hashCode() |
String |
toString() |
@Nonnull public static RateType.RateTypeBuilder builder()
@NonNull public @NonNull String getRateType()
Copyright © 2021 SAP SE. All rights reserved.