Uses of Class
app.coronawarn.server.common.protocols.internal.v2.AppFeature
-
Packages that use AppFeature Package Description app.coronawarn.server.common.protocols.internal.v2 -
-
Uses of AppFeature in app.coronawarn.server.common.protocols.internal.v2
Methods in app.coronawarn.server.common.protocols.internal.v2 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.v2.AppFeature appFeatures = 1;AppFeatureAppFeatures. getAppFeatures(int index)repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;AppFeatureAppFeaturesOrBuilder. getAppFeatures(int index)repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 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.v2 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.v2.AppFeature appFeatures = 1;List<AppFeature>AppFeatures. getAppFeaturesList()repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;List<AppFeature>AppFeaturesOrBuilder. getAppFeaturesList()repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;com.google.protobuf.Parser<AppFeature>AppFeature. getParserForType()static com.google.protobuf.Parser<AppFeature>AppFeature. parser()Methods in app.coronawarn.server.common.protocols.internal.v2 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.v2.AppFeature appFeatures = 1;AppFeatures.BuilderAppFeatures.Builder. addAppFeatures(AppFeature value)repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 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.v2.AppFeature appFeatures = 1;Method parameters in app.coronawarn.server.common.protocols.internal.v2 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.v2.AppFeature appFeatures = 1;
-