public static class ListRateCardsRequest.Builder extends Object implements BmcRequest.Builder<ListRateCardsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListRateCardsRequest |
build()
Build the instance of ListRateCardsRequest as configured by this builder
|
ListRateCardsRequest |
buildWithoutInvocationCallback()
Build the instance of ListRateCardsRequest as configured by this builder
|
ListRateCardsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the root compartment.
|
ListRateCardsRequest.Builder |
copy(ListRateCardsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListRateCardsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListRateCardsRequest.Builder |
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListRateCardsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListRateCardsRequest.Builder |
page(String page)
The value of the ‘opc-next-page’ response header from the previous “List” call.
|
ListRateCardsRequest.Builder |
partNumber(String partNumber)
This param is used to get the rate card(s) filterd by the partNumber
|
ListRateCardsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListRateCardsRequest.Builder |
sortBy(ListRateCardsRequest.SortBy sortBy)
The field to sort by.
|
ListRateCardsRequest.Builder |
sortOrder(ListRateCardsRequest.SortOrder sortOrder)
The sort order to use, either ascending (‘ASC’) or descending (‘DESC’).
|
ListRateCardsRequest.Builder |
subscriptionId(String subscriptionId)
Line level Subscription Id
|
ListRateCardsRequest.Builder |
timeFrom(Date timeFrom)
This param is used to get the rate card(s) whose effective start date starts on or after
a particular date
|
ListRateCardsRequest.Builder |
timeTo(Date timeTo)
This param is used to get the rate card(s) whose effective end date ends on or before a
particular date
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListRateCardsRequest.Builder subscriptionId(String subscriptionId)
Line level Subscription Id
subscriptionId
- the value to setpublic ListRateCardsRequest.Builder compartmentId(String compartmentId)
The OCID of the root compartment.
compartmentId
- the value to setpublic ListRateCardsRequest.Builder timeFrom(Date timeFrom)
This param is used to get the rate card(s) whose effective start date starts on or after a particular date
timeFrom
- the value to setpublic ListRateCardsRequest.Builder timeTo(Date timeTo)
This param is used to get the rate card(s) whose effective end date ends on or before a particular date
timeTo
- the value to setpublic ListRateCardsRequest.Builder partNumber(String partNumber)
This param is used to get the rate card(s) filterd by the partNumber
partNumber
- the value to setpublic ListRateCardsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call. Default: (50
)
Example: '500'
limit
- the value to setpublic ListRateCardsRequest.Builder page(String page)
The value of the ‘opc-next-page’ response header from the previous “List” call.
page
- the value to setpublic ListRateCardsRequest.Builder sortOrder(ListRateCardsRequest.SortOrder sortOrder)
The sort order to use, either ascending (‘ASC’) or descending (‘DESC’).
sortOrder
- the value to setpublic ListRateCardsRequest.Builder sortBy(ListRateCardsRequest.SortBy sortBy)
The field to sort by. You can provide one sort order (‘sortOrder’).
sortBy
- the value to setpublic ListRateCardsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListRateCardsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListRateCardsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListRateCardsRequest.Builder copy(ListRateCardsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListRateCardsRequest,Void>
o
- other request from which to copy valuespublic ListRateCardsRequest build()
Build the instance of ListRateCardsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListRateCardsRequest,Void>
public ListRateCardsRequest buildWithoutInvocationCallback()
Build the instance of ListRateCardsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.