public static enum ListProtectionPoliciesRequest.Owner extends Enum<ListProtectionPoliciesRequest.Owner> implements BmcEnum
A filter to return only the policies that match the owner as ‘Customer’ or ‘Oracle’.
Modifier and Type | Method and Description |
---|---|
static ListProtectionPoliciesRequest.Owner |
create(String key) |
String |
getValue() |
static ListProtectionPoliciesRequest.Owner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListProtectionPoliciesRequest.Owner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListProtectionPoliciesRequest.Owner Oracle
public static final ListProtectionPoliciesRequest.Owner Customer
public static ListProtectionPoliciesRequest.Owner[] values()
for (ListProtectionPoliciesRequest.Owner c : ListProtectionPoliciesRequest.Owner.values()) System.out.println(c);
public static ListProtectionPoliciesRequest.Owner 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 ListProtectionPoliciesRequest.Owner create(String key)
Copyright © 2016–2024. All rights reserved.