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