public interface V1alpha1ServerStorageVersionFluent<A extends V1alpha1ServerStorageVersionFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToDecodableVersions(Collection<String> items) |
A |
addToDecodableVersions(Integer index,
String item) |
A |
addToDecodableVersions(String... items) |
String |
getApiServerID() |
String |
getDecodableVersion(Integer index) |
List<String> |
getDecodableVersions() |
String |
getEncodingVersion() |
String |
getFirstDecodableVersion() |
String |
getLastDecodableVersion() |
String |
getMatchingDecodableVersion(Predicate<String> predicate) |
Boolean |
hasApiServerID() |
Boolean |
hasDecodableVersions() |
Boolean |
hasEncodingVersion() |
Boolean |
hasMatchingDecodableVersion(Predicate<String> predicate) |
A |
removeAllFromDecodableVersions(Collection<String> items) |
A |
removeFromDecodableVersions(String... items) |
A |
setToDecodableVersions(Integer index,
String item) |
A |
withApiServerID(String apiServerID) |
A |
withDecodableVersions(List<String> decodableVersions) |
A |
withDecodableVersions(String... decodableVersions) |
A |
withEncodingVersion(String encodingVersion) |
String getApiServerID()
Boolean hasApiServerID()
A addAllToDecodableVersions(Collection<String> items)
A removeAllFromDecodableVersions(Collection<String> items)
String getFirstDecodableVersion()
String getLastDecodableVersion()
Boolean hasDecodableVersions()
String getEncodingVersion()
Boolean hasEncodingVersion()
Copyright © 2022. All rights reserved.