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