Uses of Class
com.oracle.bmc.ospgateway.requests.ListInvoicesRequest.Status
-
Packages that use ListInvoicesRequest.Status Package Description com.oracle.bmc.ospgateway.requests -
-
Uses of ListInvoicesRequest.Status in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return ListInvoicesRequest.Status Modifier and Type Method Description static ListInvoicesRequest.StatusListInvoicesRequest.Status. create(String key)static ListInvoicesRequest.StatusListInvoicesRequest.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.Methods in com.oracle.bmc.ospgateway.requests that return types with arguments of type ListInvoicesRequest.Status Modifier and Type Method Description List<ListInvoicesRequest.Status>ListInvoicesRequest. getStatus()A filter to only return resources that match one of the status elements.Methods in com.oracle.bmc.ospgateway.requests with parameters of type ListInvoicesRequest.Status Modifier and Type Method Description ListInvoicesRequest.BuilderListInvoicesRequest.Builder. status(ListInvoicesRequest.Status singularValue)Singular setter.Method parameters in com.oracle.bmc.ospgateway.requests with type arguments of type ListInvoicesRequest.Status Modifier and Type Method Description ListInvoicesRequest.BuilderListInvoicesRequest.Builder. status(List<ListInvoicesRequest.Status> status)A filter to only return resources that match one of the status elements.
-