public static enum ListEntityAssociationsRequest.DirectOrAllAssociations extends Enum<ListEntityAssociationsRequest.DirectOrAllAssociations>
Indicates whether to return direct associated entities or direct and inferred associated entities.
| Modifier and Type | Method and Description |
|---|---|
static ListEntityAssociationsRequest.DirectOrAllAssociations |
create(String key) |
String |
getValue() |
static ListEntityAssociationsRequest.DirectOrAllAssociations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListEntityAssociationsRequest.DirectOrAllAssociations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListEntityAssociationsRequest.DirectOrAllAssociations Direct
public static final ListEntityAssociationsRequest.DirectOrAllAssociations All
public static ListEntityAssociationsRequest.DirectOrAllAssociations[] values()
for (ListEntityAssociationsRequest.DirectOrAllAssociations c : ListEntityAssociationsRequest.DirectOrAllAssociations.values()) System.out.println(c);
public static ListEntityAssociationsRequest.DirectOrAllAssociations 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 ListEntityAssociationsRequest.DirectOrAllAssociations create(String key)
Copyright © 2016–2021. All rights reserved.