public static enum ListWorkRequestsRequest.ResourceType extends Enum<ListWorkRequestsRequest.ResourceType> implements BmcEnum
Type of the resource associated with a work request
Modifier and Type | Method and Description |
---|---|
static ListWorkRequestsRequest.ResourceType |
create(String key) |
String |
getValue() |
static ListWorkRequestsRequest.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListWorkRequestsRequest.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListWorkRequestsRequest.ResourceType Cluster
public static final ListWorkRequestsRequest.ResourceType Nodepool
public static ListWorkRequestsRequest.ResourceType[] values()
for (ListWorkRequestsRequest.ResourceType c : ListWorkRequestsRequest.ResourceType.values()) System.out.println(c);
public static ListWorkRequestsRequest.ResourceType 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 ListWorkRequestsRequest.ResourceType create(String key)
Copyright © 2016–2024. All rights reserved.