public static enum Lookup.MultiMatchStrategy extends Enum<Lookup.MultiMatchStrategy> implements BmcEnum
if there are multiple records found in the lookup input what action should be performed. The default value for this field is RETURN_ANY.
Enum Constant and Description |
---|
ReturnAll |
ReturnAny |
ReturnError |
ReturnFirst |
ReturnLast |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Lookup.MultiMatchStrategy |
create(String key) |
String |
getValue() |
static Lookup.MultiMatchStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lookup.MultiMatchStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lookup.MultiMatchStrategy ReturnAny
public static final Lookup.MultiMatchStrategy ReturnFirst
public static final Lookup.MultiMatchStrategy ReturnLast
public static final Lookup.MultiMatchStrategy ReturnAll
public static final Lookup.MultiMatchStrategy ReturnError
public static final Lookup.MultiMatchStrategy UnknownEnumValue
public static Lookup.MultiMatchStrategy[] values()
for (Lookup.MultiMatchStrategy c : Lookup.MultiMatchStrategy.values()) System.out.println(c);
public static Lookup.MultiMatchStrategy 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 static Lookup.MultiMatchStrategy create(String key)
Copyright © 2016–2024. All rights reserved.