Package com.oracle.bmc.devops.responses
Class GetPullRequestAttachmentResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.responses.GetPullRequestAttachmentResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetPullRequestAttachmentResponse>
- Enclosing class:
- GetPullRequestAttachmentResponse
public static class GetPullRequestAttachmentResponse.Builder extends Object implements BmcResponse.Builder<GetPullRequestAttachmentResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPullRequestAttachmentResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
GetPullRequestAttachmentResponse
build()
Build the response object.GetPullRequestAttachmentResponse.Builder
copy(GetPullRequestAttachmentResponse o)
Copy method to populate the builder with values from the given instance.GetPullRequestAttachmentResponse.Builder
etag(String etag)
For optimistic concurrency control.GetPullRequestAttachmentResponse.Builder
headers(Map<String,List<String>> headers)
GetPullRequestAttachmentResponse.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetPullRequestAttachmentResponse.Builder
pullRequestAttachment(PullRequestAttachment pullRequestAttachment)
The returned PullRequestAttachment instance.-
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.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public GetPullRequestAttachmentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetPullRequestAttachmentResponse>
-
headers
public GetPullRequestAttachmentResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetPullRequestAttachmentResponse>
-
etag
public GetPullRequestAttachmentResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag
- the value to set- Returns:
- this builder
-
opcRequestId
public GetPullRequestAttachmentResponse.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
-
pullRequestAttachment
public GetPullRequestAttachmentResponse.Builder pullRequestAttachment(PullRequestAttachment pullRequestAttachment)
The returned PullRequestAttachment instance.- Parameters:
pullRequestAttachment
- the value to set- Returns:
- this builder
-
copy
public GetPullRequestAttachmentResponse.Builder copy(GetPullRequestAttachmentResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetPullRequestAttachmentResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetPullRequestAttachmentResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetPullRequestAttachmentResponse>
- Returns:
- the response object
-
-