All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToDisabled(Collection<FeatureGateAttributes> items) |
A |
addAllToEnabled(Collection<FeatureGateAttributes> items) |
FeatureGateDetailsFluent.DisabledNested<A> |
addNewDisabled() |
A |
addNewDisabled(String name) |
FeatureGateDetailsFluent.DisabledNested<A> |
addNewDisabledLike(FeatureGateAttributes item) |
FeatureGateDetailsFluent.EnabledNested<A> |
addNewEnabled() |
A |
addNewEnabled(String name) |
FeatureGateDetailsFluent.EnabledNested<A> |
addNewEnabledLike(FeatureGateAttributes item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToDisabled(FeatureGateAttributes... items) |
A |
addToDisabled(int index,
FeatureGateAttributes item) |
A |
addToEnabled(FeatureGateAttributes... items) |
A |
addToEnabled(int index,
FeatureGateAttributes item) |
List<FeatureGateAttributes> |
buildDisabled() |
FeatureGateAttributes |
buildDisabled(int index) |
List<FeatureGateAttributes> |
buildEnabled() |
FeatureGateAttributes |
buildEnabled(int index) |
FeatureGateAttributes |
buildFirstDisabled() |
FeatureGateAttributes |
buildFirstEnabled() |
FeatureGateAttributes |
buildLastDisabled() |
FeatureGateAttributes |
buildLastEnabled() |
FeatureGateAttributes |
buildMatchingDisabled(Predicate<FeatureGateAttributesBuilder> predicate) |
FeatureGateAttributes |
buildMatchingEnabled(Predicate<FeatureGateAttributesBuilder> predicate) |
protected void |
copyInstance(FeatureGateDetails instance) |
FeatureGateDetailsFluent.DisabledNested<A> |
editDisabled(int index) |
FeatureGateDetailsFluent.EnabledNested<A> |
editEnabled(int index) |
FeatureGateDetailsFluent.DisabledNested<A> |
editFirstDisabled() |
FeatureGateDetailsFluent.EnabledNested<A> |
editFirstEnabled() |
FeatureGateDetailsFluent.DisabledNested<A> |
editLastDisabled() |
FeatureGateDetailsFluent.EnabledNested<A> |
editLastEnabled() |
FeatureGateDetailsFluent.DisabledNested<A> |
editMatchingDisabled(Predicate<FeatureGateAttributesBuilder> predicate) |
FeatureGateDetailsFluent.EnabledNested<A> |
editMatchingEnabled(Predicate<FeatureGateAttributesBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getVersion() |
boolean |
hasAdditionalProperties() |
boolean |
hasDisabled() |
boolean |
hasEnabled() |
int |
hashCode() |
boolean |
hasMatchingDisabled(Predicate<FeatureGateAttributesBuilder> predicate) |
boolean |
hasMatchingEnabled(Predicate<FeatureGateAttributesBuilder> predicate) |
boolean |
hasVersion() |
A |
removeAllFromDisabled(Collection<FeatureGateAttributes> items) |
A |
removeAllFromEnabled(Collection<FeatureGateAttributes> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromDisabled(FeatureGateAttributes... items) |
A |
removeFromEnabled(FeatureGateAttributes... items) |
A |
removeMatchingFromDisabled(Predicate<FeatureGateAttributesBuilder> predicate) |
A |
removeMatchingFromEnabled(Predicate<FeatureGateAttributesBuilder> predicate) |
FeatureGateDetailsFluent.DisabledNested<A> |
setNewDisabledLike(int index,
FeatureGateAttributes item) |
FeatureGateDetailsFluent.EnabledNested<A> |
setNewEnabledLike(int index,
FeatureGateAttributes item) |
A |
setToDisabled(int index,
FeatureGateAttributes item) |
A |
setToEnabled(int index,
FeatureGateAttributes item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDisabled(FeatureGateAttributes... disabled) |
A |
withDisabled(List<FeatureGateAttributes> disabled) |
A |
withEnabled(FeatureGateAttributes... enabled) |
A |
withEnabled(List<FeatureGateAttributes> enabled) |
A |
withVersion(String version) |