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