Interface MemberServiceAsync
-
- All Implemented Interfaces:
public interface MemberServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceMemberServiceAsync.WithRawResponseA view of MemberServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract MemberServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<PatchOrganizationMembersOutput>update()Modify organization membership abstract CompletableFuture<PatchOrganizationMembersOutput>update(OrganizationMemberUpdateParams params, RequestOptions requestOptions)CompletableFuture<PatchOrganizationMembersOutput>update(OrganizationMemberUpdateParams params)CompletableFuture<PatchOrganizationMembersOutput>update(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract MemberServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
update
CompletableFuture<PatchOrganizationMembersOutput> update()
Modify organization membership
-
update
abstract CompletableFuture<PatchOrganizationMembersOutput> update(OrganizationMemberUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<PatchOrganizationMembersOutput> update(OrganizationMemberUpdateParams params)
-
update
CompletableFuture<PatchOrganizationMembersOutput> update(RequestOptions requestOptions)
-
-
-
-