Package | Description |
---|---|
com.oracle.bmc.ospgateway.requests |
Modifier and Type | Method and Description |
---|---|
static ListInvoicesRequest.Status |
ListInvoicesRequest.Status.create(String key) |
static ListInvoicesRequest.Status |
ListInvoicesRequest.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListInvoicesRequest.Status[] |
ListInvoicesRequest.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ListInvoicesRequest.Status> |
ListInvoicesRequest.getStatus()
A filter to only return resources that match one of the status elements.
|
Modifier and Type | Method and Description |
---|---|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.status(ListInvoicesRequest.Status singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.status(List<ListInvoicesRequest.Status> status)
A filter to only return resources that match one of the status elements.
|
Copyright © 2016–2024. All rights reserved.