Package | Description |
---|---|
com.oracle.bmc.onesubscription.requests |
Modifier and Type | Method and Description |
---|---|
static ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.builder()
Return a new builder for this request object.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.compartmentId(String compartmentId)
The OCID of the root compartment.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.copy(ListBillingSchedulesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.page(String page)
The value of the ‘opc-next-page’ response header from the previous “List” call.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.sortBy(ListBillingSchedulesRequest.SortBy sortBy)
The field to sort by.
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.sortOrder(ListBillingSchedulesRequest.SortOrder sortOrder)
The sort order to use, either ascending (‘ASC’) or descending (‘DESC’).
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.subscribedServiceId(String subscribedServiceId)
This param is used to get only the billing schedules for a particular Subscribed Service
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.Builder.subscriptionId(String subscriptionId)
This param is used to get only the billing schedules for a particular Subscription Id
|
ListBillingSchedulesRequest.Builder |
ListBillingSchedulesRequest.toBuilder()
Return an instance of
ListBillingSchedulesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.