Enum ListSubscriptionsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListSubscriptionsRequest.SortBy>
-
- com.oracle.bmc.ospgateway.requests.ListSubscriptionsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListSubscriptionsRequest.SortBy>
- Enclosing class:
- ListSubscriptionsRequest
public static enum ListSubscriptionsRequest.SortBy extends Enum<ListSubscriptionsRequest.SortBy> implements BmcEnum
The field to sort by.Only one field can be selected for sorting.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BalanceDue
DueDate
InvoiceDate
InvoiceNo
PaymRef
RefNo
Status
TotalAmount
Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSubscriptionsRequest.SortBy
create(String key)
String
getValue()
static ListSubscriptionsRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSubscriptionsRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
InvoiceNo
public static final ListSubscriptionsRequest.SortBy InvoiceNo
-
RefNo
public static final ListSubscriptionsRequest.SortBy RefNo
-
Status
public static final ListSubscriptionsRequest.SortBy Status
-
Type
public static final ListSubscriptionsRequest.SortBy Type
-
InvoiceDate
public static final ListSubscriptionsRequest.SortBy InvoiceDate
-
DueDate
public static final ListSubscriptionsRequest.SortBy DueDate
-
PaymRef
public static final ListSubscriptionsRequest.SortBy PaymRef
-
TotalAmount
public static final ListSubscriptionsRequest.SortBy TotalAmount
-
BalanceDue
public static final ListSubscriptionsRequest.SortBy BalanceDue
-
-
Method Detail
-
values
public static ListSubscriptionsRequest.SortBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListSubscriptionsRequest.SortBy c : ListSubscriptionsRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListSubscriptionsRequest.SortBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListSubscriptionsRequest.SortBy create(String key)
-
-