public static enum ListAttributesRequest.Fields extends Enum<ListAttributesRequest.Fields> implements BmcEnum
Specifies the fields to return in an entity attribute summary response.
Enum Constant and Description |
---|
DatatypeEntityKey |
Description |
DisplayName |
EntityKey |
ExternalDataType |
ExternalDatatypeEntityKey |
ExternalKey |
ExternalParentAttributeKey |
IsNullable |
Key |
Length |
LifecycleState |
MaxCollectionCount |
MinCollectionCount |
ParentAttributeKey |
Path |
Position |
Precision |
Scale |
TimeCreated |
TypeKey |
Uri |
Modifier and Type | Method and Description |
---|---|
static ListAttributesRequest.Fields |
create(String key) |
String |
getValue() |
static ListAttributesRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAttributesRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAttributesRequest.Fields Key
public static final ListAttributesRequest.Fields DisplayName
public static final ListAttributesRequest.Fields Description
public static final ListAttributesRequest.Fields EntityKey
public static final ListAttributesRequest.Fields LifecycleState
public static final ListAttributesRequest.Fields TimeCreated
public static final ListAttributesRequest.Fields ExternalDataType
public static final ListAttributesRequest.Fields ExternalKey
public static final ListAttributesRequest.Fields Length
public static final ListAttributesRequest.Fields Precision
public static final ListAttributesRequest.Fields Scale
public static final ListAttributesRequest.Fields IsNullable
public static final ListAttributesRequest.Fields Uri
public static final ListAttributesRequest.Fields Path
public static final ListAttributesRequest.Fields MinCollectionCount
public static final ListAttributesRequest.Fields MaxCollectionCount
public static final ListAttributesRequest.Fields DatatypeEntityKey
public static final ListAttributesRequest.Fields ExternalDatatypeEntityKey
public static final ListAttributesRequest.Fields ParentAttributeKey
public static final ListAttributesRequest.Fields ExternalParentAttributeKey
public static final ListAttributesRequest.Fields Position
public static final ListAttributesRequest.Fields TypeKey
public static ListAttributesRequest.Fields[] values()
for (ListAttributesRequest.Fields c : ListAttributesRequest.Fields.values()) System.out.println(c);
public static ListAttributesRequest.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 ListAttributesRequest.Fields create(String key)
Copyright © 2016–2025. All rights reserved.