Package dev.galasa.zosmf
Enum Class IZosmf.ZosmfCustomHeaders
- All Implemented Interfaces:
Serializable
,Comparable<IZosmf.ZosmfCustomHeaders>
,Constable
- Enclosing interface:
- IZosmf
Enumeration of zOSMF Custom HTTP headers
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionX-CSRF-ZOSMF-HEADER
X-IBM-Attributes
X-IBM-Data-Type
X-IBM-Intrdr-Lrecl
X-IBM-Intrdr-Recfm
X-IBM-Job-Modify-Version
X-IBM-Lstat
X-IBM-Max-Items
X-IBM-Option
X-IBM-Requested-Method
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
static IZosmf.ZosmfCustomHeaders
Returns the enum constant of this class with the specified name.static IZosmf.ZosmfCustomHeaders[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
X_IBM_ATTRIBUTES
X-IBM-Attributes
-
X_IBM_DATA_TYPE
X-IBM-Data-Type
-
X_IBM_JOB_MODIFY_VERSION
X-IBM-Job-Modify-Version
-
X_IBM_LSTAT
X-IBM-Lstat
-
X_IBM_MAX_ITEMS
X-IBM-Max-Items
-
X_IBM_OPTION
X-IBM-Option
-
X_IBM_REQUESTED_METHOD
X-IBM-Requested-Method
-
X_IBM_INTRDR_RECFM
X-IBM-Intrdr-Recfm
-
X_IBM_INTRDR_LRECL
X-IBM-Intrdr-Lrecl
-
X_CSRF_ZOSMF_HEADER
X-CSRF-ZOSMF-HEADER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<IZosmf.ZosmfCustomHeaders>
-