Interface V1alpha1ServerStorageVersionFluent<A extends V1alpha1ServerStorageVersionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1alpha1StorageVersionStatusFluent.StorageVersionsNested<N>
- All Known Implementing Classes:
V1alpha1ServerStorageVersionBuilder,V1alpha1ServerStorageVersionFluentImpl
public interface V1alpha1ServerStorageVersionFluent<A extends V1alpha1ServerStorageVersionFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddToDecodableVersions(Integer index, String item) addToDecodableVersions(String... items) getDecodableVersion(Integer index) getMatchingDecodableVersion(Predicate<String> predicate) hasMatchingDecodableVersion(Predicate<String> predicate) removeFromDecodableVersions(String... items) setToDecodableVersions(Integer index, String item) withApiServerID(String apiServerID) withDecodableVersions(String... decodableVersions) withDecodableVersions(List<String> decodableVersions) withEncodingVersion(String encodingVersion)
-
Method Details
-
getApiServerID
String getApiServerID() -
withApiServerID
-
hasApiServerID
Boolean hasApiServerID() -
addToDecodableVersions
-
setToDecodableVersions
-
addToDecodableVersions
-
addAllToDecodableVersions
-
removeFromDecodableVersions
-
removeAllFromDecodableVersions
-
getDecodableVersions
-
getDecodableVersion
-
getFirstDecodableVersion
String getFirstDecodableVersion() -
getLastDecodableVersion
String getLastDecodableVersion() -
getMatchingDecodableVersion
-
hasMatchingDecodableVersion
-
withDecodableVersions
-
withDecodableVersions
-
hasDecodableVersions
Boolean hasDecodableVersions() -
getEncodingVersion
String getEncodingVersion() -
withEncodingVersion
-
hasEncodingVersion
Boolean hasEncodingVersion()
-