Uses of Class
com.oracle.bmc.devops.requests.DeletePullRequestAttachmentRequest
-
Packages that use DeletePullRequestAttachmentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeletePullRequestAttachmentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeletePullRequestAttachmentRequest Modifier and Type Method Description DeletePullRequestAttachmentResponse
Devops. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request)
Deletes a PullRequest attachment metadata by identifierFuture<DeletePullRequestAttachmentResponse>
DevopsAsync. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request, AsyncHandler<DeletePullRequestAttachmentRequest,DeletePullRequestAttachmentResponse> handler)
Deletes a PullRequest attachment metadata by identifierFuture<DeletePullRequestAttachmentResponse>
DevopsAsyncClient. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request, AsyncHandler<DeletePullRequestAttachmentRequest,DeletePullRequestAttachmentResponse> handler)
DeletePullRequestAttachmentResponse
DevopsClient. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type DeletePullRequestAttachmentRequest Modifier and Type Method Description Future<DeletePullRequestAttachmentResponse>
DevopsAsync. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request, AsyncHandler<DeletePullRequestAttachmentRequest,DeletePullRequestAttachmentResponse> handler)
Deletes a PullRequest attachment metadata by identifierFuture<DeletePullRequestAttachmentResponse>
DevopsAsyncClient. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request, AsyncHandler<DeletePullRequestAttachmentRequest,DeletePullRequestAttachmentResponse> handler)
-
Uses of DeletePullRequestAttachmentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeletePullRequestAttachmentRequest Modifier and Type Method Description DeletePullRequestAttachmentRequest
DeletePullRequestAttachmentRequest.Builder. build()
Build the instance of DeletePullRequestAttachmentRequest as configured by this builderDeletePullRequestAttachmentRequest
DeletePullRequestAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePullRequestAttachmentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeletePullRequestAttachmentRequest Modifier and Type Method Description DeletePullRequestAttachmentRequest.Builder
DeletePullRequestAttachmentRequest.Builder. copy(DeletePullRequestAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-