Class ListInvoicesRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.ospgateway.requests.ListInvoicesRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20191001") public class ListInvoicesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/ospgateway/ListInvoicesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListInvoicesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListInvoicesRequest.Builderstatic classListInvoicesRequest.SortByThe field to sort by.static classListInvoicesRequest.SortOrderThe sort order to use (ascending or descending).static classListInvoicesRequest.StatusA filter to only return resources that match one of the status elements.static classListInvoicesRequest.TypeA filter to only return resources that match the given type exactly.
 - 
Constructor SummaryConstructors Constructor Description ListInvoicesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListInvoicesRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCompartmentId()The OCID of the compartment.StringgetInvoiceId()The invoice query param (not unique).IntegergetLimit()For list pagination.StringgetOpcRequestId()The unique Oracle-assigned identifier for the request.StringgetOspHomeRegion()The home region’s public name of the logged in user.StringgetPage()For list pagination.StringgetSearchText()A filter to only return resources that match the given value.ListInvoicesRequest.SortBygetSortBy()The field to sort by.ListInvoicesRequest.SortOrdergetSortOrder()The sort order to use (ascending or descending).List<ListInvoicesRequest.Status>getStatus()A filter to only return resources that match one of the status elements.DategetTimeInvoiceEnd()description: End time (UTC) of the target invoice date range for which to fetch invoice data (exclusive).DategetTimeInvoiceStart()description: Start time (UTC) of the target invoice date range for which to fetch invoice data (inclusive).DategetTimePaymentEnd()description: End time (UTC) of the target payment date range for which to fetch invoice data (exclusive).DategetTimePaymentStart()description: Start time (UTC) of the target payment date range for which to fetch invoice data (inclusive).List<ListInvoicesRequest.Type>getType()A filter to only return resources that match the given type exactly.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListInvoicesRequest.BuildertoBuilder()Return an instance ofListInvoicesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getOspHomeRegionpublic String getOspHomeRegion() The home region’s public name of the logged in user.
 - 
getOpcRequestIdpublic String getOpcRequestId() The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
getInvoiceIdpublic String getInvoiceId() The invoice query param (not unique).
 - 
getTypepublic List<ListInvoicesRequest.Type> getType() A filter to only return resources that match the given type exactly.
 - 
getSearchTextpublic String getSearchText() A filter to only return resources that match the given value.Looking for partial matches in the following fileds: Invoice No., Reference No. (plan number), Payment Ref, Total Amount(plan number), Balance Due(plan number) and Party/Customer Name 
 - 
getTimeInvoiceStartpublic Date getTimeInvoiceStart() description: Start time (UTC) of the target invoice date range for which to fetch invoice data (inclusive).
 - 
getTimeInvoiceEndpublic Date getTimeInvoiceEnd() description: End time (UTC) of the target invoice date range for which to fetch invoice data (exclusive).
 - 
getTimePaymentStartpublic Date getTimePaymentStart() description: Start time (UTC) of the target payment date range for which to fetch invoice data (inclusive).
 - 
getTimePaymentEndpublic Date getTimePaymentEnd() description: End time (UTC) of the target payment date range for which to fetch invoice data (exclusive).
 - 
getStatuspublic List<ListInvoicesRequest.Status> getStatus() A filter to only return resources that match one of the status elements.
 - 
getPagepublic String getPage() For list pagination.The value of the opc-next-page response header from the previous “List” call. 
 - 
getLimitpublic Integer getLimit() For list pagination.The maximum number of results per page, or items to return in a paginated “List” call. 
 - 
getSortBypublic ListInvoicesRequest.SortBy getSortBy() The field to sort by.Only one field can be selected for sorting. 
 - 
getSortOrderpublic ListInvoicesRequest.SortOrder getSortOrder() The sort order to use (ascending or descending).
 - 
toBuilderpublic ListInvoicesRequest.Builder toBuilder() Return an instance ofListInvoicesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListInvoicesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListInvoicesRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-