Uses of Class
com.oracle.bmc.devops.requests.GetPullRequestAttachmentRequest
-
Packages that use GetPullRequestAttachmentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetPullRequestAttachmentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetPullRequestAttachmentRequest Modifier and Type Method Description GetPullRequestAttachmentResponse
Devops. getPullRequestAttachment(GetPullRequestAttachmentRequest request)
Get PullRequest attachment metadata by identifierFuture<GetPullRequestAttachmentResponse>
DevopsAsync. getPullRequestAttachment(GetPullRequestAttachmentRequest request, AsyncHandler<GetPullRequestAttachmentRequest,GetPullRequestAttachmentResponse> handler)
Get PullRequest attachment metadata by identifierFuture<GetPullRequestAttachmentResponse>
DevopsAsyncClient. getPullRequestAttachment(GetPullRequestAttachmentRequest request, AsyncHandler<GetPullRequestAttachmentRequest,GetPullRequestAttachmentResponse> handler)
GetPullRequestAttachmentResponse
DevopsClient. getPullRequestAttachment(GetPullRequestAttachmentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestAttachmentRequest 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 GetPullRequestAttachmentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetPullRequestAttachmentRequest Modifier and Type Method Description GetPullRequestAttachmentRequest
GetPullRequestAttachmentRequest.Builder. build()
Build the instance of GetPullRequestAttachmentRequest as configured by this builderGetPullRequestAttachmentRequest
GetPullRequestAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPullRequestAttachmentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetPullRequestAttachmentRequest Modifier and Type Method Description GetPullRequestAttachmentRequest.Builder
GetPullRequestAttachmentRequest.Builder. copy(GetPullRequestAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-