public final class RatesDataProviderCode extends Object
The parameter is as follows:
dataProviderCode - The data provider code as a String
, for example, BLB, THR, and so on.
Modifier and Type | Class and Description |
---|---|
static class |
RatesDataProviderCode.RatesDataProviderCodeBuilder |
Constructor and Description |
---|
RatesDataProviderCode(String dataProviderCode)
A constructor to validate if the dataProviderCode has an empty string or if the dataProviderCode itself is empty.
|
Modifier and Type | Method and Description |
---|---|
static RatesDataProviderCode.RatesDataProviderCodeBuilder |
builder() |
boolean |
equals(Object o) |
@NonNull String |
getDataProviderCode() |
int |
hashCode() |
String |
toString() |
@Nonnull public static RatesDataProviderCode.RatesDataProviderCodeBuilder builder()
@NonNull public @NonNull String getDataProviderCode()
Copyright © 2020 SAP SE. All rights reserved.