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 KeyFigureCard
KeyFigureCard.Builder. build()
KeyFigureCard
KeyFigureCard.Builder. buildPartial()
static KeyFigureCard
KeyFigureCard. getDefaultInstance()
KeyFigureCard
KeyFigureCard.Builder. getDefaultInstanceForType()
KeyFigureCard
KeyFigureCard. getDefaultInstanceForType()
KeyFigureCard
Statistics.Builder. getKeyFigureCards(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
KeyFigureCard
Statistics. getKeyFigureCards(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
KeyFigureCard
StatisticsOrBuilder. getKeyFigureCards(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
static KeyFigureCard
KeyFigureCard. parseDelimitedFrom(InputStream input)
static KeyFigureCard
KeyFigureCard. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigureCard
KeyFigureCard. parseFrom(byte[] data)
static KeyFigureCard
KeyFigureCard. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigureCard
KeyFigureCard. parseFrom(com.google.protobuf.ByteString data)
static KeyFigureCard
KeyFigureCard. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigureCard
KeyFigureCard. parseFrom(com.google.protobuf.CodedInputStream input)
static KeyFigureCard
KeyFigureCard. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigureCard
KeyFigureCard. parseFrom(InputStream input)
static KeyFigureCard
KeyFigureCard. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigureCard
KeyFigureCard. parseFrom(ByteBuffer data)
static KeyFigureCard
KeyFigureCard. 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.Builder
Statistics.Builder. addKeyFigureCards(int index, KeyFigureCard value)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
Statistics.Builder
Statistics.Builder. addKeyFigureCards(KeyFigureCard value)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
KeyFigureCard.Builder
KeyFigureCard.Builder. mergeFrom(KeyFigureCard other)
static KeyFigureCard.Builder
KeyFigureCard. newBuilder(KeyFigureCard prototype)
Statistics.Builder
Statistics.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.Builder
Statistics.Builder. addAllKeyFigureCards(Iterable<? extends KeyFigureCard> values)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-