Uses of Class
app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard
-
Packages that use KeyFigureCard Package Description app.coronawarn.server.common.protocols.internal.stats -
-
Uses of KeyFigureCard in app.coronawarn.server.common.protocols.internal.stats
Methods in app.coronawarn.server.common.protocols.internal.stats that return KeyFigureCard Modifier and Type Method Description KeyFigureCardKeyFigureCard.Builder. build()KeyFigureCardKeyFigureCard.Builder. buildPartial()static KeyFigureCardKeyFigureCard. getDefaultInstance()KeyFigureCardKeyFigureCard.Builder. getDefaultInstanceForType()KeyFigureCardKeyFigureCard. getDefaultInstanceForType()KeyFigureCardStatistics.Builder. getKeyFigureCards(int index)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;KeyFigureCardStatistics. getKeyFigureCards(int index)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;KeyFigureCardStatisticsOrBuilder. getKeyFigureCards(int index)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;static KeyFigureCardKeyFigureCard. parseDelimitedFrom(InputStream input)static KeyFigureCardKeyFigureCard. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyFigureCardKeyFigureCard. parseFrom(byte[] data)static KeyFigureCardKeyFigureCard. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyFigureCardKeyFigureCard. parseFrom(com.google.protobuf.ByteString data)static KeyFigureCardKeyFigureCard. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyFigureCardKeyFigureCard. parseFrom(com.google.protobuf.CodedInputStream input)static KeyFigureCardKeyFigureCard. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyFigureCardKeyFigureCard. parseFrom(InputStream input)static KeyFigureCardKeyFigureCard. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyFigureCardKeyFigureCard. parseFrom(ByteBuffer data)static KeyFigureCardKeyFigureCard. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.coronawarn.server.common.protocols.internal.stats that return types with arguments of type KeyFigureCard Modifier and Type Method Description List<KeyFigureCard>Statistics.Builder. getKeyFigureCardsList()repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;List<KeyFigureCard>Statistics. getKeyFigureCardsList()repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;List<KeyFigureCard>StatisticsOrBuilder. getKeyFigureCardsList()repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;com.google.protobuf.Parser<KeyFigureCard>KeyFigureCard. getParserForType()static com.google.protobuf.Parser<KeyFigureCard>KeyFigureCard. parser()Methods in app.coronawarn.server.common.protocols.internal.stats with parameters of type KeyFigureCard Modifier and Type Method Description Statistics.BuilderStatistics.Builder. addKeyFigureCards(int index, KeyFigureCard value)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;Statistics.BuilderStatistics.Builder. addKeyFigureCards(KeyFigureCard value)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;KeyFigureCard.BuilderKeyFigureCard.Builder. mergeFrom(KeyFigureCard other)static KeyFigureCard.BuilderKeyFigureCard. newBuilder(KeyFigureCard prototype)Statistics.BuilderStatistics.Builder. setKeyFigureCards(int index, KeyFigureCard value)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;Method parameters in app.coronawarn.server.common.protocols.internal.stats with type arguments of type KeyFigureCard Modifier and Type Method Description Statistics.BuilderStatistics.Builder. addAllKeyFigureCards(Iterable<? extends KeyFigureCard> values)repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-