Interface HostedToolPermissionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface HostedToolPermissionServiceAsync.WithRawResponseA view of HostedToolPermissionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract HostedToolPermissionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(String projectId)
Returns a raw HTTP response for
get /organization/projects/{project_id}/hosted_tool_permissions, but is otherwise the same as HostedToolPermissionServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(String projectId, HostedToolPermissionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(String projectId, HostedToolPermissionRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(HostedToolPermissionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(HostedToolPermissionRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> retrieve(String projectId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(String projectId)
Returns a raw HTTP response for
post /organization/projects/{project_id}/hosted_tool_permissions, but is otherwise the same as HostedToolPermissionServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(String projectId, HostedToolPermissionUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(String projectId, HostedToolPermissionUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(HostedToolPermissionUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(HostedToolPermissionUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<ProjectHostedToolPermissions>> update(String projectId, RequestOptions requestOptions)
-
-
-
-