Interface V1CapabilitiesFluent<A extends V1CapabilitiesFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1SecurityContextFluent.CapabilitiesNested<N>
- All Known Implementing Classes:
V1CapabilitiesBuilder
,V1CapabilitiesFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToAdd
(Collection<String> items) addAllToDrop
(Collection<String> items) getAdd()
getDrop()
getMatchingAdd
(Predicate<String> predicate) getMatchingDrop
(Predicate<String> predicate) hasAdd()
hasDrop()
hasMatchingAdd
(Predicate<String> predicate) hasMatchingDrop
(Predicate<String> predicate) removeAllFromAdd
(Collection<String> items) removeAllFromDrop
(Collection<String> items) removeFromAdd
(String... items) removeFromDrop
(String... items)
-
Method Details
-
addToAdd
-
setToAdd
-
addToAdd
-
addAllToAdd
-
removeFromAdd
-
removeAllFromAdd
-
getAdd
-
getAdd
-
getFirstAdd
String getFirstAdd() -
getLastAdd
String getLastAdd() -
getMatchingAdd
-
hasMatchingAdd
-
withAdd
-
withAdd
-
hasAdd
Boolean hasAdd() -
addToDrop
-
setToDrop
-
addToDrop
-
addAllToDrop
-
removeFromDrop
-
removeAllFromDrop
-
getDrop
-
getDrop
-
getFirstDrop
String getFirstDrop() -
getLastDrop
String getLastDrop() -
getMatchingDrop
-
hasMatchingDrop
-
withDrop
-
withDrop
-
hasDrop
Boolean hasDrop()
-