Uses of Interface
app.coronawarn.server.common.protocols.internal.stats.KeyFigureCardOrBuilder
-
Packages that use KeyFigureCardOrBuilder Package Description app.coronawarn.server.common.protocols.internal.stats -
-
Uses of KeyFigureCardOrBuilder in app.coronawarn.server.common.protocols.internal.stats
Classes in app.coronawarn.server.common.protocols.internal.stats that implement KeyFigureCardOrBuilder Modifier and Type Class Description class
KeyFigureCard
Protobuf typeapp.coronawarn.server.common.protocols.internal.stats.KeyFigureCard
static class
KeyFigureCard.Builder
Protobuf typeapp.coronawarn.server.common.protocols.internal.stats.KeyFigureCard
Methods in app.coronawarn.server.common.protocols.internal.stats that return KeyFigureCardOrBuilder Modifier and Type Method Description KeyFigureCardOrBuilder
Statistics.Builder. getKeyFigureCardsOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
KeyFigureCardOrBuilder
Statistics. getKeyFigureCardsOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
KeyFigureCardOrBuilder
StatisticsOrBuilder. getKeyFigureCardsOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
Methods in app.coronawarn.server.common.protocols.internal.stats that return types with arguments of type KeyFigureCardOrBuilder Modifier and Type Method Description List<? extends KeyFigureCardOrBuilder>
Statistics.Builder. getKeyFigureCardsOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
List<? extends KeyFigureCardOrBuilder>
Statistics. getKeyFigureCardsOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
List<? extends KeyFigureCardOrBuilder>
StatisticsOrBuilder. getKeyFigureCardsOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-