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