public static enum UserAssessmentSummary.TriggeredBy extends Enum<UserAssessmentSummary.TriggeredBy> implements BmcEnum
Indicates whether the user assessment was created by the system or the user.
Enum Constant and Description |
---|
System |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
User |
Modifier and Type | Method and Description |
---|---|
static UserAssessmentSummary.TriggeredBy |
create(String key) |
String |
getValue() |
static UserAssessmentSummary.TriggeredBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAssessmentSummary.TriggeredBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserAssessmentSummary.TriggeredBy User
public static final UserAssessmentSummary.TriggeredBy System
public static final UserAssessmentSummary.TriggeredBy UnknownEnumValue
public static UserAssessmentSummary.TriggeredBy[] values()
for (UserAssessmentSummary.TriggeredBy c : UserAssessmentSummary.TriggeredBy.values()) System.out.println(c);
public static UserAssessmentSummary.TriggeredBy 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 UserAssessmentSummary.TriggeredBy create(String key)
Copyright © 2016–2024. All rights reserved.