Interface V1ContainerImageFluent<A extends V1ContainerImageFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1NodeStatusFluent.ImagesNested<N>
- All Known Implementing Classes:
V1ContainerImageBuilder
,V1ContainerImageFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToNames
(Collection<String> items) addToNames
(Integer index, String item) addToNames
(String... items) getMatchingName
(Predicate<String> predicate) getNames()
hasMatchingName
(Predicate<String> predicate) hasNames()
removeAllFromNames
(Collection<String> items) removeFromNames
(String... items) setToNames
(Integer index, String item) withSizeBytes
(Long sizeBytes)
-
Method Details
-
addToNames
-
setToNames
-
addToNames
-
addAllToNames
-
removeFromNames
-
removeAllFromNames
-
getNames
-
getName
-
getFirstName
String getFirstName() -
getLastName
String getLastName() -
getMatchingName
-
hasMatchingName
-
withNames
-
withNames
-
hasNames
Boolean hasNames() -
getSizeBytes
Long getSizeBytes() -
withSizeBytes
-
hasSizeBytes
Boolean hasSizeBytes()
-