Interface DirectoryServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DirectoryServiceAsync.WithRawResponseA view of DirectoryServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DirectoryServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<List<DirectoryCreateResponse>>> create()
Returns a raw HTTP response for
post /sandbox/directory, but is otherwise the same as DirectoryServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<List<DirectoryCreateResponse>>> create(SandboxDirectoryCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<List<DirectoryCreateResponse>>> create(SandboxDirectoryCreateParams params)
-
create
CompletableFuture<HttpResponseFor<List<DirectoryCreateResponse>>> create(List<SandboxDirectoryCreateParams.IndividualOrEmployment> body, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<List<DirectoryCreateResponse>>> create(List<SandboxDirectoryCreateParams.IndividualOrEmployment> body)
-
create
CompletableFuture<HttpResponseFor<List<DirectoryCreateResponse>>> create(RequestOptions requestOptions)
-
-
-
-