public static enum SummarizeAddmDbParametersRequest.HasRecommendations extends Enum<SummarizeAddmDbParametersRequest.HasRecommendations> implements BmcEnum
Optional filter to return only parameters which have recommendations in the specified time period. Valid values include: TRUE, FALSE
Modifier and Type | Method and Description |
---|---|
static SummarizeAddmDbParametersRequest.HasRecommendations |
create(String key) |
String |
getValue() |
static SummarizeAddmDbParametersRequest.HasRecommendations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeAddmDbParametersRequest.HasRecommendations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeAddmDbParametersRequest.HasRecommendations True
public static final SummarizeAddmDbParametersRequest.HasRecommendations False
public static SummarizeAddmDbParametersRequest.HasRecommendations[] values()
for (SummarizeAddmDbParametersRequest.HasRecommendations c : SummarizeAddmDbParametersRequest.HasRecommendations.values()) System.out.println(c);
public static SummarizeAddmDbParametersRequest.HasRecommendations 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 SummarizeAddmDbParametersRequest.HasRecommendations create(String key)
Copyright © 2016–2024. All rights reserved.