Interface AppFeaturesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AppFeatures, AppFeatures.Builder

    public interface AppFeaturesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AppFeature getAppFeatures​(int index)
      repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      int getAppFeaturesCount()
      repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      List<AppFeature> getAppFeaturesList()
      repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      AppFeatureOrBuilder getAppFeaturesOrBuilder​(int index)
      repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      List<? extends AppFeatureOrBuilder> getAppFeaturesOrBuilderList()
      repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAppFeaturesList

        List<AppFeature> getAppFeaturesList()
        repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      • getAppFeatures

        AppFeature getAppFeatures​(int index)
        repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      • getAppFeaturesCount

        int getAppFeaturesCount()
        repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      • getAppFeaturesOrBuilderList

        List<? extends AppFeatureOrBuilder> getAppFeaturesOrBuilderList()
        repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
      • getAppFeaturesOrBuilder

        AppFeatureOrBuilder getAppFeaturesOrBuilder​(int index)
        repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;