Class OrganizationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.OrganizationServiceAsync
public final class OrganizationServiceAsyncImpl implements OrganizationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OrganizationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. MemberServiceAsyncmembers()CompletableFuture<Organization>retrieve(OrganizationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Organization>update(OrganizationUpdateParams params, RequestOptions requestOptions)CompletableFuture<OrganizationListPageAsync>list(OrganizationListParams params, RequestOptions requestOptions)CompletableFuture<Organization>delete(OrganizationDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
OrganizationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
members
MemberServiceAsync members()
-
retrieve
CompletableFuture<Organization> retrieve(OrganizationRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Organization> update(OrganizationUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<OrganizationListPageAsync> list(OrganizationListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Organization> delete(OrganizationDeleteParams params, RequestOptions requestOptions)
-
-
-
-