10Duke Scale SDK for Java
Loading...
Searching...
No Matches
tenduke.scale.api.model.licensecheckout.FeatureFlagsResponse Class Reference

Detailed Description

Represents a response that contains feature flags.

Inheritance diagram for tenduke.scale.api.model.licensecheckout.FeatureFlagsResponse:
tenduke.scale.api.model.AbstractRestApiObject

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.
 

Member Function Documentation

◆ buildFromMap()

void tenduke.scale.api.model.licensecheckout.FeatureFlagsResponse.buildFromMap ( final Map< String, List< String > > featureFlags)

Builds a list of the feature flags from given map.

Parameters
featureFlagsmap from which the feature flags are parsed from.

The documentation for this class was generated from the following file: