Class MemberServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.organizations.MemberServiceAsync
public final class MemberServiceAsyncImpl implements MemberServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemberServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description MemberServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<PatchOrganizationMembersOutput>update(OrganizationMemberUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
MemberServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
update
CompletableFuture<PatchOrganizationMembersOutput> update(OrganizationMemberUpdateParams params, RequestOptions requestOptions)
-
-
-
-