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 Details

    • getApiServerID

      String getApiServerID()
    • withApiServerID

      A withApiServerID(String apiServerID)
    • hasApiServerID

      Boolean hasApiServerID()
    • addToDecodableVersions

      A addToDecodableVersions(Integer index, String item)
    • setToDecodableVersions

      A setToDecodableVersions(Integer index, String item)
    • addToDecodableVersions

      A addToDecodableVersions(String... items)
    • addAllToDecodableVersions

      A addAllToDecodableVersions(Collection<String> items)
    • removeFromDecodableVersions

      A removeFromDecodableVersions(String... items)
    • removeAllFromDecodableVersions

      A removeAllFromDecodableVersions(Collection<String> items)
    • getDecodableVersions

      List<String> getDecodableVersions()
    • getDecodableVersion

      String getDecodableVersion(Integer index)
    • getFirstDecodableVersion

      String getFirstDecodableVersion()
    • getLastDecodableVersion

      String getLastDecodableVersion()
    • getMatchingDecodableVersion

      String getMatchingDecodableVersion(Predicate<String> predicate)
    • hasMatchingDecodableVersion

      Boolean hasMatchingDecodableVersion(Predicate<String> predicate)
    • withDecodableVersions

      A withDecodableVersions(List<String> decodableVersions)
    • withDecodableVersions

      A withDecodableVersions(String... decodableVersions)
    • hasDecodableVersions

      Boolean hasDecodableVersions()
    • getEncodingVersion

      String getEncodingVersion()
    • withEncodingVersion

      A withEncodingVersion(String encodingVersion)
    • hasEncodingVersion

      Boolean hasEncodingVersion()