public class Feature extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
beta |
protected FeatureCategory |
category |
protected Map<String,String> |
description |
protected Long |
id |
protected String |
logoPath |
protected Map<String,String> |
name |
protected List<Long> |
requiredFeatures |
protected Integer |
sortOrder |
protected Boolean |
visible |
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FeatureCategory |
getCategory()
The category that the feature belongs to.
|
Map<String,String> |
getDescription()
The localized description of the object.
|
Long |
getId()
A unique identifier for the object.
|
String |
getLogoPath()
The path to the feature's logo image.
|
Map<String,String> |
getName()
The localized name of the object.
|
List<Long> |
getRequiredFeatures()
The features that must be enabled for this feature to work properly.
|
Integer |
getSortOrder()
When listing features, they can be sorted by this number.
|
int |
hashCode() |
Boolean |
isBeta()
Whether the feature is in beta stage and there may still be some issues.
|
Boolean |
isVisible() |
String |
toString() |
protected Boolean beta
protected FeatureCategory category
protected Long id
protected String logoPath
protected Integer sortOrder
protected Boolean visible
public Boolean isBeta()
public FeatureCategory getCategory()
public Map<String,String> getDescription()
public Long getId()
public String getLogoPath()
public List<Long> getRequiredFeatures()
public Integer getSortOrder()
public Boolean isVisible()
Copyright © 2024. All rights reserved.