public static enum ListLabelsRequest.LabelSortBy extends Enum<ListLabelsRequest.LabelSortBy>
sort by label
| Enum Constant and Description |
|---|
Name |
Priority |
SourceUsing |
| Modifier and Type | Method and Description |
|---|---|
static ListLabelsRequest.LabelSortBy |
create(String key) |
String |
getValue() |
static ListLabelsRequest.LabelSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListLabelsRequest.LabelSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListLabelsRequest.LabelSortBy Name
public static final ListLabelsRequest.LabelSortBy Priority
public static final ListLabelsRequest.LabelSortBy SourceUsing
public static ListLabelsRequest.LabelSortBy[] values()
for (ListLabelsRequest.LabelSortBy c : ListLabelsRequest.LabelSortBy.values()) System.out.println(c);
public static ListLabelsRequest.LabelSortBy 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 nullpublic String getValue()
public static ListLabelsRequest.LabelSortBy create(String key)
Copyright © 2016–2021. All rights reserved.