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