public static enum ListDiscoveryJobLogsRequest.LogType extends Enum<ListDiscoveryJobLogsRequest.LogType> implements BmcEnum
The log type like INFO, WARNING, ERROR, SUCCESS
Modifier and Type | Method and Description |
---|---|
static ListDiscoveryJobLogsRequest.LogType |
create(String key) |
String |
getValue() |
static ListDiscoveryJobLogsRequest.LogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDiscoveryJobLogsRequest.LogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDiscoveryJobLogsRequest.LogType Info
public static final ListDiscoveryJobLogsRequest.LogType Warning
public static final ListDiscoveryJobLogsRequest.LogType Error
public static final ListDiscoveryJobLogsRequest.LogType Success
public static ListDiscoveryJobLogsRequest.LogType[] values()
for (ListDiscoveryJobLogsRequest.LogType c : ListDiscoveryJobLogsRequest.LogType.values()) System.out.println(c);
public static ListDiscoveryJobLogsRequest.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 ListDiscoveryJobLogsRequest.LogType create(String key)
Copyright © 2016–2024. All rights reserved.