Uses of Class
com.oracle.bmc.devops.responses.GetPullRequestAttachmentResponse
-
Packages that use GetPullRequestAttachmentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetPullRequestAttachmentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetPullRequestAttachmentResponse Modifier and Type Method Description GetPullRequestAttachmentResponse
Devops. getPullRequestAttachment(GetPullRequestAttachmentRequest request)
Get PullRequest attachment metadata by identifierGetPullRequestAttachmentResponse
DevopsClient. getPullRequestAttachment(GetPullRequestAttachmentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetPullRequestAttachmentResponse Modifier and Type Method Description Future<GetPullRequestAttachmentResponse>
DevopsAsync. getPullRequestAttachment(GetPullRequestAttachmentRequest request, AsyncHandler<GetPullRequestAttachmentRequest,GetPullRequestAttachmentResponse> handler)
Get PullRequest attachment metadata by identifierFuture<GetPullRequestAttachmentResponse>
DevopsAsyncClient. getPullRequestAttachment(GetPullRequestAttachmentRequest request, AsyncHandler<GetPullRequestAttachmentRequest,GetPullRequestAttachmentResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestAttachmentResponse Modifier and Type Method Description Future<GetPullRequestAttachmentResponse>
DevopsAsync. getPullRequestAttachment(GetPullRequestAttachmentRequest request, AsyncHandler<GetPullRequestAttachmentRequest,GetPullRequestAttachmentResponse> handler)
Get PullRequest attachment metadata by identifierFuture<GetPullRequestAttachmentResponse>
DevopsAsyncClient. getPullRequestAttachment(GetPullRequestAttachmentRequest request, AsyncHandler<GetPullRequestAttachmentRequest,GetPullRequestAttachmentResponse> handler)
-
Uses of GetPullRequestAttachmentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetPullRequestAttachmentResponse Modifier and Type Method Description GetPullRequestAttachmentResponse
GetPullRequestAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetPullRequestAttachmentResponse Modifier and Type Method Description GetPullRequestAttachmentResponse.Builder
GetPullRequestAttachmentResponse.Builder. copy(GetPullRequestAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-