Uses of Class
com.oracle.bmc.devops.responses.CreatePullRequestAttachmentResponse
- 
Packages that use CreatePullRequestAttachmentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of CreatePullRequestAttachmentResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return CreatePullRequestAttachmentResponse Modifier and Type Method Description CreatePullRequestAttachmentResponseDevops. createPullRequestAttachment(CreatePullRequestAttachmentRequest request)Creates PullRequest attachmentCreatePullRequestAttachmentResponseDevopsClient. createPullRequestAttachment(CreatePullRequestAttachmentRequest request)Methods in com.oracle.bmc.devops that return types with arguments of type CreatePullRequestAttachmentResponse Modifier and Type Method Description Future<CreatePullRequestAttachmentResponse>DevopsAsync. createPullRequestAttachment(CreatePullRequestAttachmentRequest request, AsyncHandler<CreatePullRequestAttachmentRequest,CreatePullRequestAttachmentResponse> handler)Creates PullRequest attachmentFuture<CreatePullRequestAttachmentResponse>DevopsAsyncClient. createPullRequestAttachment(CreatePullRequestAttachmentRequest request, AsyncHandler<CreatePullRequestAttachmentRequest,CreatePullRequestAttachmentResponse> handler)Method parameters in com.oracle.bmc.devops with type arguments of type CreatePullRequestAttachmentResponse Modifier and Type Method Description Future<CreatePullRequestAttachmentResponse>DevopsAsync. createPullRequestAttachment(CreatePullRequestAttachmentRequest request, AsyncHandler<CreatePullRequestAttachmentRequest,CreatePullRequestAttachmentResponse> handler)Creates PullRequest attachmentFuture<CreatePullRequestAttachmentResponse>DevopsAsyncClient. createPullRequestAttachment(CreatePullRequestAttachmentRequest request, AsyncHandler<CreatePullRequestAttachmentRequest,CreatePullRequestAttachmentResponse> handler)
- 
Uses of CreatePullRequestAttachmentResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return CreatePullRequestAttachmentResponse Modifier and Type Method Description CreatePullRequestAttachmentResponseCreatePullRequestAttachmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreatePullRequestAttachmentResponse Modifier and Type Method Description CreatePullRequestAttachmentResponse.BuilderCreatePullRequestAttachmentResponse.Builder. copy(CreatePullRequestAttachmentResponse o)Copy method to populate the builder with values from the given instance.
 
-