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