Package | Description |
---|---|
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.body$(UpdatePullRequestCommentDetails body)
Alternative setter for the body parameter.
|
static UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.builder()
Return a new builder for this request object.
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.commentId(String commentId)
unique PullRequest Comment identifier
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.copy(UpdatePullRequestCommentRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.pullRequestId(String pullRequestId)
unique PullRequest identifier
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.toBuilder()
Return an instance of
UpdatePullRequestCommentRequest.Builder that allows you to modify request properties. |
UpdatePullRequestCommentRequest.Builder |
UpdatePullRequestCommentRequest.Builder.updatePullRequestCommentDetails(UpdatePullRequestCommentDetails updatePullRequestCommentDetails)
The new comment content to be updated.
|
Copyright © 2016–2024. All rights reserved.