| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessOperation |
protected boolean |
activeInProduction |
protected java.lang.String |
description |
protected boolean |
enabled |
protected java.util.List<java.lang.String> |
guards |
protected java.lang.String |
name |
protected boolean |
obsolete |
| Constructor and Description |
|---|
FeatureBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FeatureBuilder |
accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
|
FeatureBuilder |
activeInProduction(boolean aValue)
Sets the value of the activeInProduction attribute.
|
Feature |
build() |
FeatureBuilder |
description(java.lang.String aValue)
Sets the value of the description attribute.
|
FeatureBuilder |
enabled(boolean aValue)
Sets the value of the enabled attribute.
|
FeatureBuilder |
guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
|
FeatureBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
FeatureBuilder |
obsolete(boolean aValue)
Sets the value of the obsolete attribute.
|
protected java.lang.String name
protected boolean enabled
protected boolean activeInProduction
protected boolean obsolete
protected java.lang.String description
protected java.util.List<java.lang.String> guards
protected java.lang.String accessOperation
public FeatureBuilder name(java.lang.String aValue)
public FeatureBuilder enabled(boolean aValue)
public FeatureBuilder activeInProduction(boolean aValue)
public FeatureBuilder obsolete(boolean aValue)
public FeatureBuilder description(java.lang.String aValue)
public FeatureBuilder guards(java.util.List<java.lang.String> aValue)
public FeatureBuilder accessOperation(java.lang.String aValue)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.