Interface FeatureRequest
- All Known Implementing Classes:
ImmutableFeatureRequest
public interface FeatureRequest
Request for creating or updating a frontend feature.
-
Method Summary
-
Method Details
-
name
String name()The name of the feature. -
description
The optional description of the feature. -
enabled
Whether the feature is currently enabled. -
users
The list of users for which this feature should apply. Providing an empty list means the feature will apply to all users.
-