public static enum ListJobLogsRequest.Fields extends Enum<ListJobLogsRequest.Fields> implements BmcEnum
Specifies the fields to return in a job log summary response.
Enum Constant and Description |
---|
JobExecutionKey |
Key |
LogMessage |
Severity |
TimeCreated |
Uri |
Modifier and Type | Method and Description |
---|---|
static ListJobLogsRequest.Fields |
create(String key) |
String |
getValue() |
static ListJobLogsRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListJobLogsRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListJobLogsRequest.Fields Key
public static final ListJobLogsRequest.Fields JobExecutionKey
public static final ListJobLogsRequest.Fields Severity
public static final ListJobLogsRequest.Fields TimeCreated
public static final ListJobLogsRequest.Fields LogMessage
public static final ListJobLogsRequest.Fields Uri
public static ListJobLogsRequest.Fields[] values()
for (ListJobLogsRequest.Fields c : ListJobLogsRequest.Fields.values()) System.out.println(c);
public static ListJobLogsRequest.Fields 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 ListJobLogsRequest.Fields create(String key)
Copyright © 2016–2025. All rights reserved.