Uses of Class
app.coronawarn.server.common.protocols.internal.AppFeature
-
Packages that use AppFeature Package Description app.coronawarn.server.common.protocols.internal app.coronawarn.server.services.distribution.config -
-
Uses of AppFeature in app.coronawarn.server.common.protocols.internal
Methods in app.coronawarn.server.common.protocols.internal that return AppFeature Modifier and Type Method Description AppFeatureAppFeature.Builder. build()AppFeatureAppFeature.Builder. buildPartial()AppFeatureAppFeatures.Builder. getAppFeatures(int index)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;AppFeatureAppFeatures. getAppFeatures(int index)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;AppFeatureAppFeaturesOrBuilder. getAppFeatures(int index)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;static AppFeatureAppFeature. getDefaultInstance()AppFeatureAppFeature.Builder. getDefaultInstanceForType()AppFeatureAppFeature. getDefaultInstanceForType()static AppFeatureAppFeature. parseDelimitedFrom(InputStream input)static AppFeatureAppFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppFeatureAppFeature. parseFrom(byte[] data)static AppFeatureAppFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppFeatureAppFeature. parseFrom(com.google.protobuf.ByteString data)static AppFeatureAppFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppFeatureAppFeature. parseFrom(com.google.protobuf.CodedInputStream input)static AppFeatureAppFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppFeatureAppFeature. parseFrom(InputStream input)static AppFeatureAppFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppFeatureAppFeature. parseFrom(ByteBuffer data)static AppFeatureAppFeature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.coronawarn.server.common.protocols.internal that return types with arguments of type AppFeature Modifier and Type Method Description List<AppFeature>AppFeatures.Builder. getAppFeaturesList()repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;List<AppFeature>AppFeatures. getAppFeaturesList()repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;List<AppFeature>AppFeaturesOrBuilder. getAppFeaturesList()repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;com.google.protobuf.Parser<AppFeature>AppFeature. getParserForType()static com.google.protobuf.Parser<AppFeature>AppFeature. parser()Methods in app.coronawarn.server.common.protocols.internal with parameters of type AppFeature Modifier and Type Method Description AppFeatures.BuilderAppFeatures.Builder. addAppFeatures(int index, AppFeature value)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;AppFeatures.BuilderAppFeatures.Builder. addAppFeatures(AppFeature value)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;AppFeature.BuilderAppFeature.Builder. mergeFrom(AppFeature other)static AppFeature.BuilderAppFeature. newBuilder(AppFeature prototype)AppFeatures.BuilderAppFeatures.Builder. setAppFeatures(int index, AppFeature value)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;Method parameters in app.coronawarn.server.common.protocols.internal with type arguments of type AppFeature Modifier and Type Method Description AppFeatures.BuilderAppFeatures.Builder. addAllAppFeatures(Iterable<? extends AppFeature> values)repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1; -
Uses of AppFeature in app.coronawarn.server.services.distribution.config
Methods in app.coronawarn.server.services.distribution.config that return types with arguments of type AppFeature Modifier and Type Method Description List<AppFeature>DistributionServiceConfig. getAppFeaturesProto()Get app features as list of protobuf objects.
-