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