Uses of Interface
app.coronawarn.server.common.protocols.internal.v2.AppFeatureOrBuilder
-
Packages that use AppFeatureOrBuilder Package Description app.coronawarn.server.common.protocols.internal.v2 -
-
Uses of AppFeatureOrBuilder in app.coronawarn.server.common.protocols.internal.v2
Classes in app.coronawarn.server.common.protocols.internal.v2 that implement AppFeatureOrBuilder Modifier and Type Class Description class
AppFeature
Protobuf typeapp.coronawarn.server.common.protocols.internal.v2.AppFeature
static class
AppFeature.Builder
Protobuf typeapp.coronawarn.server.common.protocols.internal.v2.AppFeature
Methods in app.coronawarn.server.common.protocols.internal.v2 that return AppFeatureOrBuilder Modifier and Type Method Description AppFeatureOrBuilder
AppFeatures.Builder. getAppFeaturesOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
AppFeatureOrBuilder
AppFeatures. getAppFeaturesOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
AppFeatureOrBuilder
AppFeaturesOrBuilder. getAppFeaturesOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
Methods in app.coronawarn.server.common.protocols.internal.v2 that return types with arguments of type AppFeatureOrBuilder Modifier and Type Method Description List<? extends AppFeatureOrBuilder>
AppFeatures.Builder. getAppFeaturesOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
List<? extends AppFeatureOrBuilder>
AppFeatures. getAppFeaturesOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
List<? extends AppFeatureOrBuilder>
AppFeaturesOrBuilder. getAppFeaturesOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
-