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.modelMethods in com.oracle.bmc.devops.model that return PullRequestAttachment Modifier and Type Method Description PullRequestAttachmentPullRequestAttachment.Builder. build()Methods in com.oracle.bmc.devops.model with parameters of type PullRequestAttachment Modifier and Type Method Description PullRequestAttachment.BuilderPullRequestAttachment.Builder. copy(PullRequestAttachment model)
- 
Uses of PullRequestAttachment in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return PullRequestAttachment Modifier and Type Method Description PullRequestAttachmentCreatePullRequestAttachmentResponse. getPullRequestAttachment()The returned PullRequestAttachment instance.PullRequestAttachmentGetPullRequestAttachmentResponse. getPullRequestAttachment()The returned PullRequestAttachment instance.Methods in com.oracle.bmc.devops.responses with parameters of type PullRequestAttachment Modifier and Type Method Description CreatePullRequestAttachmentResponse.BuilderCreatePullRequestAttachmentResponse.Builder. pullRequestAttachment(PullRequestAttachment pullRequestAttachment)The returned PullRequestAttachment instance.GetPullRequestAttachmentResponse.BuilderGetPullRequestAttachmentResponse.Builder. pullRequestAttachment(PullRequestAttachment pullRequestAttachment)The returned PullRequestAttachment instance.
 
-