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.devops
Methods in com.oracle.bmc.devops that return CreatePullRequestAttachmentResponse Modifier and Type Method Description CreatePullRequestAttachmentResponse
Devops. createPullRequestAttachment(CreatePullRequestAttachmentRequest request)
Creates PullRequest attachmentCreatePullRequestAttachmentResponse
DevopsClient. 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.responses
Methods in com.oracle.bmc.devops.responses that return CreatePullRequestAttachmentResponse Modifier and Type Method Description CreatePullRequestAttachmentResponse
CreatePullRequestAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreatePullRequestAttachmentResponse Modifier and Type Method Description CreatePullRequestAttachmentResponse.Builder
CreatePullRequestAttachmentResponse.Builder. copy(CreatePullRequestAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-