public static enum ListInvoicesRequest.Type extends Enum<ListInvoicesRequest.Type> implements BmcEnum
A filter to only return resources that match the given type exactly.
Enum Constant and Description |
---|
Consulting |
Education |
Hardware |
License |
Service |
Subscription |
Support |
Usage |
Modifier and Type | Method and Description |
---|---|
static ListInvoicesRequest.Type |
create(String key) |
String |
getValue() |
static ListInvoicesRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListInvoicesRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListInvoicesRequest.Type Hardware
public static final ListInvoicesRequest.Type Subscription
public static final ListInvoicesRequest.Type Support
public static final ListInvoicesRequest.Type License
public static final ListInvoicesRequest.Type Education
public static final ListInvoicesRequest.Type Consulting
public static final ListInvoicesRequest.Type Service
public static final ListInvoicesRequest.Type Usage
public static ListInvoicesRequest.Type[] values()
for (ListInvoicesRequest.Type c : ListInvoicesRequest.Type.values()) System.out.println(c);
public static ListInvoicesRequest.Type 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 ListInvoicesRequest.Type create(String key)
Copyright © 2016–2024. All rights reserved.