Uses of Class
com.oracle.bmc.devops.responses.UnsubscribePullRequestResponse
-
Packages that use UnsubscribePullRequestResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UnsubscribePullRequestResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UnsubscribePullRequestResponse Modifier and Type Method Description UnsubscribePullRequestResponse
Devops. unsubscribePullRequest(UnsubscribePullRequestRequest request)
unsubscribe the PullRequestUnsubscribePullRequestResponse
DevopsClient. unsubscribePullRequest(UnsubscribePullRequestRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UnsubscribePullRequestResponse Modifier and Type Method Description Future<UnsubscribePullRequestResponse>
DevopsAsync. unsubscribePullRequest(UnsubscribePullRequestRequest request, AsyncHandler<UnsubscribePullRequestRequest,UnsubscribePullRequestResponse> handler)
unsubscribe the PullRequestFuture<UnsubscribePullRequestResponse>
DevopsAsyncClient. unsubscribePullRequest(UnsubscribePullRequestRequest request, AsyncHandler<UnsubscribePullRequestRequest,UnsubscribePullRequestResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type UnsubscribePullRequestResponse Modifier and Type Method Description Future<UnsubscribePullRequestResponse>
DevopsAsync. unsubscribePullRequest(UnsubscribePullRequestRequest request, AsyncHandler<UnsubscribePullRequestRequest,UnsubscribePullRequestResponse> handler)
unsubscribe the PullRequestFuture<UnsubscribePullRequestResponse>
DevopsAsyncClient. unsubscribePullRequest(UnsubscribePullRequestRequest request, AsyncHandler<UnsubscribePullRequestRequest,UnsubscribePullRequestResponse> handler)
-
Uses of UnsubscribePullRequestResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UnsubscribePullRequestResponse Modifier and Type Method Description UnsubscribePullRequestResponse
UnsubscribePullRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UnsubscribePullRequestResponse Modifier and Type Method Description UnsubscribePullRequestResponse.Builder
UnsubscribePullRequestResponse.Builder. copy(UnsubscribePullRequestResponse o)
Copy method to populate the builder with values from the given instance.
-