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