public static enum JobEventsArgs.TruncationMode extends Enum<JobEventsArgs.TruncationMode>
JobEventsArgs.setMaximumLines(int)
.Enum Constant and Description |
---|
ABSTRACT
Use the "abstract" truncation mode.
|
TRUNCATE
Use the "truncate" truncation mode.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JobEventsArgs.TruncationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEventsArgs.TruncationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobEventsArgs.TruncationMode ABSTRACT
public static final JobEventsArgs.TruncationMode TRUNCATE
public static JobEventsArgs.TruncationMode[] values()
for (JobEventsArgs.TruncationMode c : JobEventsArgs.TruncationMode.values()) System.out.println(c);
public static JobEventsArgs.TruncationMode 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 toString()
toString
in class Enum<JobEventsArgs.TruncationMode>
Copyright © 2022 Splunk, Inc.. All rights reserved.