Uses of Class
com.oracle.bmc.devops.model.CreatePullRequestCommentDetails
-
Packages that use CreatePullRequestCommentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of CreatePullRequestCommentDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CreatePullRequestCommentDetails Modifier and Type Method Description CreatePullRequestCommentDetails
CreatePullRequestCommentDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type CreatePullRequestCommentDetails Modifier and Type Method Description CreatePullRequestCommentDetails.Builder
CreatePullRequestCommentDetails.Builder. copy(CreatePullRequestCommentDetails model)
-
Uses of CreatePullRequestCommentDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreatePullRequestCommentDetails Modifier and Type Method Description CreatePullRequestCommentDetails
CreatePullRequestCommentRequest. getBody$()
Alternative accessor for the body parameter.CreatePullRequestCommentDetails
CreatePullRequestCommentRequest. getCreatePullRequestCommentDetails()
Details for the new PullRequest comment.Methods in com.oracle.bmc.devops.requests with parameters of type CreatePullRequestCommentDetails Modifier and Type Method Description CreatePullRequestCommentRequest.Builder
CreatePullRequestCommentRequest.Builder. body$(CreatePullRequestCommentDetails body)
Alternative setter for the body parameter.CreatePullRequestCommentRequest.Builder
CreatePullRequestCommentRequest.Builder. createPullRequestCommentDetails(CreatePullRequestCommentDetails createPullRequestCommentDetails)
Details for the new PullRequest comment.
-