public static enum GetCustomPropertyRequest.Fields extends Enum<GetCustomPropertyRequest.Fields> implements BmcEnum
Specifies the fields to return in a custom property response.
Enum Constant and Description |
---|
CreatedById |
DataType |
Description |
DisplayName |
Key |
LifecycleState |
NamespaceName |
Properties |
TimeCreated |
TimeUpdated |
UpdatedById |
Modifier and Type | Method and Description |
---|---|
static GetCustomPropertyRequest.Fields |
create(String key) |
String |
getValue() |
static GetCustomPropertyRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetCustomPropertyRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetCustomPropertyRequest.Fields Key
public static final GetCustomPropertyRequest.Fields DisplayName
public static final GetCustomPropertyRequest.Fields Description
public static final GetCustomPropertyRequest.Fields DataType
public static final GetCustomPropertyRequest.Fields NamespaceName
public static final GetCustomPropertyRequest.Fields LifecycleState
public static final GetCustomPropertyRequest.Fields TimeCreated
public static final GetCustomPropertyRequest.Fields TimeUpdated
public static final GetCustomPropertyRequest.Fields CreatedById
public static final GetCustomPropertyRequest.Fields UpdatedById
public static final GetCustomPropertyRequest.Fields Properties
public static GetCustomPropertyRequest.Fields[] values()
for (GetCustomPropertyRequest.Fields c : GetCustomPropertyRequest.Fields.values()) System.out.println(c);
public static GetCustomPropertyRequest.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 GetCustomPropertyRequest.Fields create(String key)
Copyright © 2016–2024. All rights reserved.