Uses of Class
com.oracle.bmc.devops.model.PullRequestAttachment
-
Packages that use PullRequestAttachment Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of PullRequestAttachment in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestAttachment Modifier and Type Method Description PullRequestAttachment
PullRequestAttachment.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type PullRequestAttachment Modifier and Type Method Description PullRequestAttachment.Builder
PullRequestAttachment.Builder. copy(PullRequestAttachment model)
-
Uses of PullRequestAttachment in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PullRequestAttachment Modifier and Type Method Description PullRequestAttachment
CreatePullRequestAttachmentResponse. getPullRequestAttachment()
The returned PullRequestAttachment instance.PullRequestAttachment
GetPullRequestAttachmentResponse. getPullRequestAttachment()
The returned PullRequestAttachment instance.Methods in com.oracle.bmc.devops.responses with parameters of type PullRequestAttachment Modifier and Type Method Description CreatePullRequestAttachmentResponse.Builder
CreatePullRequestAttachmentResponse.Builder. pullRequestAttachment(PullRequestAttachment pullRequestAttachment)
The returned PullRequestAttachment instance.GetPullRequestAttachmentResponse.Builder
GetPullRequestAttachmentResponse.Builder. pullRequestAttachment(PullRequestAttachment pullRequestAttachment)
The returned PullRequestAttachment instance.
-