Interface OrganizationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface OrganizationServiceAsync.WithRawResponseA view of OrganizationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
members
abstract MemberServiceAsync.WithRawResponse members()
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<Organization>> retrieve(OrganizationRetrieveParams params)
Returns a raw HTTP response for
get /v1/organization/{organization_id}, but is otherwise the same as OrganizationServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<Organization>> retrieve(OrganizationRetrieveParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<Organization>> update(OrganizationUpdateParams params)
Returns a raw HTTP response for
patch /v1/organization/{organization_id}, but is otherwise the same as OrganizationServiceAsync.update.
-
update
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<Organization>> update(OrganizationUpdateParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<OrganizationListPageAsync>> list()
Returns a raw HTTP response for
get /v1/organization, but is otherwise the same as OrganizationServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<OrganizationListPageAsync>> list(OrganizationListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<OrganizationListPageAsync>> list(OrganizationListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<OrganizationListPageAsync>> list(RequestOptions requestOptions)
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<Organization>> delete(OrganizationDeleteParams params)
Returns a raw HTTP response for
delete /v1/organization/{organization_id}, but is otherwise the same as OrganizationServiceAsync.delete.
-
delete
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<Organization>> delete(OrganizationDeleteParams params, RequestOptions requestOptions)
-
-
-
-