Class ResponseFeatureConfig
-
- All Implemented Interfaces:
public final class ResponseFeatureConfig
-
-
Constructor Summary
Constructors Constructor Description ResponseFeatureConfig(Boolean enabled, String feature)
-
Method Summary
Modifier and Type Method Description final Boolean
getEnabled()
final String
getFeature()
final static List<ResponseFeatureConfig>
parse(ResponseBody responseBody)
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getFeature
final String getFeature()
-
parse
final static List<ResponseFeatureConfig> parse(ResponseBody responseBody)
-
-
-
-