public static enum WorkRequestResourceSubTypeDetail.SubTypeStatus extends Enum<WorkRequestResourceSubTypeDetail.SubTypeStatus> implements BmcEnum
Status of the resource subType, as a result of the work tracked in this work request. A resource subType would be CREATED, UPDATED or DELETED, after the work request is completed.
Enum Constant and Description |
---|
Created |
Deleted |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Updated |
Modifier and Type | Method and Description |
---|---|
static WorkRequestResourceSubTypeDetail.SubTypeStatus |
create(String key) |
String |
getValue() |
static WorkRequestResourceSubTypeDetail.SubTypeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestResourceSubTypeDetail.SubTypeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkRequestResourceSubTypeDetail.SubTypeStatus Created
public static final WorkRequestResourceSubTypeDetail.SubTypeStatus Updated
public static final WorkRequestResourceSubTypeDetail.SubTypeStatus Deleted
public static final WorkRequestResourceSubTypeDetail.SubTypeStatus UnknownEnumValue
public static WorkRequestResourceSubTypeDetail.SubTypeStatus[] values()
for (WorkRequestResourceSubTypeDetail.SubTypeStatus c : WorkRequestResourceSubTypeDetail.SubTypeStatus.values()) System.out.println(c);
public static WorkRequestResourceSubTypeDetail.SubTypeStatus 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 WorkRequestResourceSubTypeDetail.SubTypeStatus create(String key)
Copyright © 2016–2024. All rights reserved.