public static enum PersonalRankAPI.Request.WithLabel extends Enum<PersonalRankAPI.Request.WithLabel>
| Enum Constant and Description |
|---|
BOTH_LABEL |
OTHER_LABEL |
SAME_LABEL |
| Modifier and Type | Method and Description |
|---|---|
static PersonalRankAPI.Request.WithLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonalRankAPI.Request.WithLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersonalRankAPI.Request.WithLabel SAME_LABEL
public static final PersonalRankAPI.Request.WithLabel OTHER_LABEL
public static final PersonalRankAPI.Request.WithLabel BOTH_LABEL
public static PersonalRankAPI.Request.WithLabel[] values()
for (PersonalRankAPI.Request.WithLabel c : PersonalRankAPI.Request.WithLabel.values()) System.out.println(c);
public static PersonalRankAPI.Request.WithLabel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 The Apache Software Foundation. All rights reserved.