Uses of Class
com.oracle.bmc.devops.model.UpdatePullRequestCommentDetails
-
Packages that use UpdatePullRequestCommentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of UpdatePullRequestCommentDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return UpdatePullRequestCommentDetails Modifier and Type Method Description UpdatePullRequestCommentDetails
UpdatePullRequestCommentDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type UpdatePullRequestCommentDetails Modifier and Type Method Description UpdatePullRequestCommentDetails.Builder
UpdatePullRequestCommentDetails.Builder. copy(UpdatePullRequestCommentDetails model)
-
Uses of UpdatePullRequestCommentDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdatePullRequestCommentDetails Modifier and Type Method Description UpdatePullRequestCommentDetails
UpdatePullRequestCommentRequest. getBody$()
Alternative accessor for the body parameter.UpdatePullRequestCommentDetails
UpdatePullRequestCommentRequest. getUpdatePullRequestCommentDetails()
The new comment content to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdatePullRequestCommentDetails Modifier and Type Method Description UpdatePullRequestCommentRequest.Builder
UpdatePullRequestCommentRequest.Builder. body$(UpdatePullRequestCommentDetails body)
Alternative setter for the body parameter.UpdatePullRequestCommentRequest.Builder
UpdatePullRequestCommentRequest.Builder. updatePullRequestCommentDetails(UpdatePullRequestCommentDetails updatePullRequestCommentDetails)
The new comment content to be updated.
-