Interface MemberService.WithRawResponse
-
- All Implemented Interfaces:
public interface MemberService.WithRawResponseA view of MemberService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<PatchOrganizationMembersOutput>update()Returns a raw HTTP response for patch /v1/organization/members, but is otherwise the same as MemberService.update.abstract HttpResponseFor<PatchOrganizationMembersOutput>update(OrganizationMemberUpdateParams params, RequestOptions requestOptions)HttpResponseFor<PatchOrganizationMembersOutput>update(OrganizationMemberUpdateParams params)HttpResponseFor<PatchOrganizationMembersOutput>update(RequestOptions requestOptions)-
-
Method Detail
-
update
@MustBeClosed() HttpResponseFor<PatchOrganizationMembersOutput> update()
Returns a raw HTTP response for
patch /v1/organization/members, but is otherwise the same as MemberService.update.
-
update
@MustBeClosed() abstract HttpResponseFor<PatchOrganizationMembersOutput> update(OrganizationMemberUpdateParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() HttpResponseFor<PatchOrganizationMembersOutput> update(OrganizationMemberUpdateParams params)
-
update
@MustBeClosed() HttpResponseFor<PatchOrganizationMembersOutput> update(RequestOptions requestOptions)
-
-
-
-