Uses of Class
com.oracle.bmc.ospgateway.requests.ListInvoicesRequest.Type
-
Packages that use ListInvoicesRequest.Type Package Description com.oracle.bmc.ospgateway.requests -
-
Uses of ListInvoicesRequest.Type in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return ListInvoicesRequest.Type Modifier and Type Method Description static ListInvoicesRequest.Type
ListInvoicesRequest.Type. create(String key)
static ListInvoicesRequest.Type
ListInvoicesRequest.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListInvoicesRequest.Type[]
ListInvoicesRequest.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ospgateway.requests that return types with arguments of type ListInvoicesRequest.Type Modifier and Type Method Description List<ListInvoicesRequest.Type>
ListInvoicesRequest. getType()
A filter to only return resources that match the given type exactly.Methods in com.oracle.bmc.ospgateway.requests with parameters of type ListInvoicesRequest.Type Modifier and Type Method Description ListInvoicesRequest.Builder
ListInvoicesRequest.Builder. type(ListInvoicesRequest.Type singularValue)
Singular setter.Method parameters in com.oracle.bmc.ospgateway.requests with type arguments of type ListInvoicesRequest.Type Modifier and Type Method Description ListInvoicesRequest.Builder
ListInvoicesRequest.Builder. type(List<ListInvoicesRequest.Type> type)
A filter to only return resources that match the given type exactly.
-