Uses of Class
app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank
-
Packages that use KeyFigure.Rank Package Description app.coronawarn.server.common.protocols.internal.stats -
-
Uses of KeyFigure.Rank in app.coronawarn.server.common.protocols.internal.stats
Methods in app.coronawarn.server.common.protocols.internal.stats that return KeyFigure.Rank Modifier and Type Method Description static KeyFigure.Rank
KeyFigure.Rank. forNumber(int value)
KeyFigure.Rank
KeyFigure.Builder. getRank()
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
KeyFigure.Rank
KeyFigure. getRank()
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
KeyFigure.Rank
KeyFigureOrBuilder. getRank()
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
static KeyFigure.Rank
KeyFigure.Rank. valueOf(int value)
Deprecated.static KeyFigure.Rank
KeyFigure.Rank. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KeyFigure.Rank
KeyFigure.Rank. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyFigure.Rank[]
KeyFigure.Rank. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.coronawarn.server.common.protocols.internal.stats that return types with arguments of type KeyFigure.Rank Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KeyFigure.Rank>
KeyFigure.Rank. internalGetValueMap()
Methods in app.coronawarn.server.common.protocols.internal.stats with parameters of type KeyFigure.Rank Modifier and Type Method Description KeyFigure.Builder
KeyFigure.Builder. setRank(KeyFigure.Rank value)
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
-