public static enum Log.LogType extends Enum<Log.LogType> implements BmcEnum
The logType that the log object is for, whether custom or service.
Enum Constant and Description |
---|
Custom |
Service |
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 Log.LogType |
create(String key) |
String |
getValue() |
static Log.LogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log.LogType Custom
public static final Log.LogType Service
public static final Log.LogType UnknownEnumValue
public static Log.LogType[] values()
for (Log.LogType c : Log.LogType.values()) System.out.println(c);
public static Log.LogType 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 Log.LogType create(String key)
Copyright © 2016–2024. All rights reserved.