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