Package com.oracle.bmc.devops.requests
Class ListPullRequestAttachmentsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.requests.ListPullRequestAttachmentsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListPullRequestAttachmentsRequest,Void>
- Enclosing class:
- ListPullRequestAttachmentsRequest
public static class ListPullRequestAttachmentsRequest.Builder extends Object implements BmcRequest.Builder<ListPullRequestAttachmentsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPullRequestAttachmentsRequest
build()
Build the instance of ListPullRequestAttachmentsRequest as configured by this builderListPullRequestAttachmentsRequest
buildWithoutInvocationCallback()
Build the instance of ListPullRequestAttachmentsRequest as configured by this builderListPullRequestAttachmentsRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.ListPullRequestAttachmentsRequest.Builder
copy(ListPullRequestAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.ListPullRequestAttachmentsRequest.Builder
fileName(String fileName)
A filter to return only resources that match the entire file name given.ListPullRequestAttachmentsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListPullRequestAttachmentsRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListPullRequestAttachmentsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListPullRequestAttachmentsRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListPullRequestAttachmentsRequest.Builder
pullRequestId(String pullRequestId)
unique PullRequest identifierListPullRequestAttachmentsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListPullRequestAttachmentsRequest.Builder
sortBy(ListPullRequestAttachmentsRequest.SortBy sortBy)
The field to sort by.ListPullRequestAttachmentsRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order to use.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
pullRequestId
public ListPullRequestAttachmentsRequest.Builder pullRequestId(String pullRequestId)
unique PullRequest identifier- Parameters:
pullRequestId
- the value to set- Returns:
- this builder instance
-
compartmentId
public ListPullRequestAttachmentsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.- Parameters:
compartmentId
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListPullRequestAttachmentsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use.Use either ascending or descending.
- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListPullRequestAttachmentsRequest.Builder sortBy(ListPullRequestAttachmentsRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order is ascending. If no value is specified timeCreated is default.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
fileName
public ListPullRequestAttachmentsRequest.Builder fileName(String fileName)
A filter to return only resources that match the entire file name given.- Parameters:
fileName
- the value to set- Returns:
- this builder instance
-
limit
public ListPullRequestAttachmentsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListPullRequestAttachmentsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListPullRequestAttachmentsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListPullRequestAttachmentsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListPullRequestAttachmentsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListPullRequestAttachmentsRequest.Builder copy(ListPullRequestAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListPullRequestAttachmentsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListPullRequestAttachmentsRequest build()
Build the instance of ListPullRequestAttachmentsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<ListPullRequestAttachmentsRequest,Void>
- Returns:
- instance of ListPullRequestAttachmentsRequest
-
buildWithoutInvocationCallback
public ListPullRequestAttachmentsRequest buildWithoutInvocationCallback()
Build the instance of ListPullRequestAttachmentsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of ListPullRequestAttachmentsRequest
-
-