public static class ListSourceApplicationsRequest.Builder extends Object implements BmcRequest.Builder<ListSourceApplicationsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListSourceApplicationsRequest |
build()
Build the instance of ListSourceApplicationsRequest as configured by this builder
|
ListSourceApplicationsRequest |
buildWithoutInvocationCallback() |
ListSourceApplicationsRequest.Builder |
compartmentId(String compartmentId)
The OCID of a compartment.
|
ListSourceApplicationsRequest.Builder |
copy(ListSourceApplicationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSourceApplicationsRequest.Builder |
displayName(String displayName)
Resource name on which to query.
|
ListSourceApplicationsRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListSourceApplicationsRequest.Builder |
limit(Integer limit)
The number of items returned in a paginated
List call. |
ListSourceApplicationsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSourceApplicationsRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the preceding List call. |
ListSourceApplicationsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSourceApplicationsRequest.Builder |
sortBy(ListSourceApplicationsRequest.SortBy sortBy)
Specifies the field on which to sort.
|
ListSourceApplicationsRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
ListSourceApplicationsRequest.Builder |
sourceId(String sourceId)
The OCID of the source.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListSourceApplicationsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListSourceApplicationsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSourceApplicationsRequest.Builder copy(ListSourceApplicationsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSourceApplicationsRequest,Void>
o
- other request from which to copy valuespublic ListSourceApplicationsRequest build()
Build the instance of ListSourceApplicationsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListSourceApplicationsRequest,Void>
public ListSourceApplicationsRequest.Builder sourceId(String sourceId)
The OCID of the source.
this
.public ListSourceApplicationsRequest.Builder compartmentId(String compartmentId)
The OCID of a compartment. Retrieves details of objects in the specified compartment.
this
.public ListSourceApplicationsRequest.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.
this
.public ListSourceApplicationsRequest.Builder limit(Integer limit)
The number of items returned in a paginated List
call. For information about pagination, see
List Pagination.
this
.public ListSourceApplicationsRequest.Builder page(String page)
The value of the opc-next-page
response header from the preceding List
call.
For information about pagination, see List Pagination.
this
.public ListSourceApplicationsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order, either ASC
(ascending) or DESC
(descending).
this
.public ListSourceApplicationsRequest.Builder sortBy(ListSourceApplicationsRequest.SortBy sortBy)
Specifies the field on which to sort.
By default, TIMECREATED
is ordered descending.
By default, DISPLAYNAME
is ordered ascending. Note that you can sort only on one field.
this
.public ListSourceApplicationsRequest.Builder displayName(String displayName)
Resource name on which to query.
this
.public ListSourceApplicationsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.