Uses of Class
com.oracle.bmc.devops.responses.GetPullRequestAttachmentContentResponse
-
Packages that use GetPullRequestAttachmentContentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetPullRequestAttachmentContentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetPullRequestAttachmentContentResponse Modifier and Type Method Description GetPullRequestAttachmentContentResponse
Devops. getPullRequestAttachmentContent(GetPullRequestAttachmentContentRequest request)
Gets the content of the attachment.GetPullRequestAttachmentContentResponse
DevopsClient. getPullRequestAttachmentContent(GetPullRequestAttachmentContentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetPullRequestAttachmentContentResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestAttachmentContentResponse 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 GetPullRequestAttachmentContentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetPullRequestAttachmentContentResponse Modifier and Type Method Description GetPullRequestAttachmentContentResponse
GetPullRequestAttachmentContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetPullRequestAttachmentContentResponse Modifier and Type Method Description GetPullRequestAttachmentContentResponse.Builder
GetPullRequestAttachmentContentResponse.Builder. copy(GetPullRequestAttachmentContentResponse o)
Copy method to populate the builder with values from the given instance.
-