public class FeatureSetV2 extends java.lang.Object implements FeatureSet
FeatureSet.Feature
Constructor and Description |
---|
FeatureSetV2() |
Modifier and Type | Method and Description |
---|---|
FeatureResponseBuilder |
getResponseBuilder(FeatureSet.Feature feature)
Returns an instance of
FeatureResponseBuilder for given feature. |
boolean |
isSupported(FeatureSet.Feature feature)
Returns true if given feature is supported.
|
public boolean isSupported(FeatureSet.Feature feature)
isSupported
in interface FeatureSet
feature
- Feature to check.public FeatureResponseBuilder getResponseBuilder(FeatureSet.Feature feature)
FeatureResponseBuilder
for given feature.getResponseBuilder
in interface FeatureSet
feature
- feature to get response builder for.FeatureResponseBuilder