public static enum ListRecommendedScheduledActionsRequest.PlanIntent extends Enum<ListRecommendedScheduledActionsRequest.PlanIntent> implements BmcEnum
The scheduling plan intent the scheduled actions will be for.
Enum Constant and Description |
---|
ExadataInfrastructureFullSoftwareUpdate |
Modifier and Type | Method and Description |
---|---|
static ListRecommendedScheduledActionsRequest.PlanIntent |
create(String key) |
String |
getValue() |
static ListRecommendedScheduledActionsRequest.PlanIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListRecommendedScheduledActionsRequest.PlanIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListRecommendedScheduledActionsRequest.PlanIntent ExadataInfrastructureFullSoftwareUpdate
public static ListRecommendedScheduledActionsRequest.PlanIntent[] values()
for (ListRecommendedScheduledActionsRequest.PlanIntent c : ListRecommendedScheduledActionsRequest.PlanIntent.values()) System.out.println(c);
public static ListRecommendedScheduledActionsRequest.PlanIntent 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 ListRecommendedScheduledActionsRequest.PlanIntent create(String key)
Copyright © 2016–2024. All rights reserved.