JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.iland.core.web.rest.response.feature
Interface Feature
All Known Implementing Classes:
ImmutableFeature
public interface
Feature
Represents a frontend feature that can be toggled on or off which will affect the behavior of the frontend application. Features can optionally be scoped to specific users.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
Optional
<
String
>
description
()
The optional description of the feature.
default
Boolean
enabled
()
Whether the feature is currently enabled.
String
name
()
The name of the feature.
UUID
uuid
()
The UUID of the feature.
Method Details
uuid
UUID
uuid
()
The UUID of the feature.
name
String
name
()
The name of the feature.
description
Optional
<
String
>
description
()
The optional description of the feature.
enabled
@Default
default
Boolean
enabled
()
Whether the feature is currently enabled.