10Duke Scale SDK for Java
|
Represents a response that contains feature flags.
Public Member Functions | |
void | buildFromMap (final Map< String, List< String > > featureFlags) |
Builds a list of the feature flags from given map. | |
Public Member Functions inherited from tenduke.scale.api.model.AbstractRestApiObject | |
String | nullIfNullOrEmpty (final String value) |
Checks if given string is null, empty or blank. | |
Additional Inherited Members | |
Protected Member Functions inherited from tenduke.scale.api.model.AbstractRestApiObject | |
boolean | hasNonEmptyValue (final String string) |
Checks if the given string is not null nor empty. | |
void tenduke.scale.api.model.licensecheckout.FeatureFlagsResponse.buildFromMap | ( | final Map< String, List< String > > | featureFlags | ) |
Builds a list of the feature flags from given map.
featureFlags | map from which the feature flags are parsed from. |