public static enum ActivityItem.ItemStatus extends Enum<ActivityItem.ItemStatus> implements BmcEnum
Who updates the activity on the support ticket.
Enum Constant and Description |
---|
Attached |
Failed |
Processing |
Removed |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ActivityItem.ItemStatus |
create(String key) |
String |
getValue() |
static ActivityItem.ItemStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityItem.ItemStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityItem.ItemStatus Processing
public static final ActivityItem.ItemStatus Attached
public static final ActivityItem.ItemStatus Removed
public static final ActivityItem.ItemStatus Failed
public static final ActivityItem.ItemStatus UnknownEnumValue
public static ActivityItem.ItemStatus[] values()
for (ActivityItem.ItemStatus c : ActivityItem.ItemStatus.values()) System.out.println(c);
public static ActivityItem.ItemStatus 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 ActivityItem.ItemStatus create(String key)
Copyright © 2016–2024. All rights reserved.