Interface GroupService.WithRawResponse
-
- All Implemented Interfaces:
public interface GroupService.WithRawResponseA view of GroupService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<Group>retrieve(GroupRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /groups/current, but is otherwise the same as GroupService.retrieve.abstract HttpResponseFor<Group>retrieve(GroupRetrieveParams params)Returns a raw HTTP response for get /groups/current, but is otherwise the same as GroupService.retrieve.abstract HttpResponseFor<Group>retrieve()Returns a raw HTTP response for get /groups/current, but is otherwise the same as GroupService.retrieve.HttpResponseFor<Group>retrieve(RequestOptions requestOptions)Returns a raw HTTP response for get /groups/current, but is otherwise the same as GroupService.retrieve.-
-
Method Detail
-
retrieve
abstract HttpResponseFor<Group> retrieve(GroupRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /groups/current, but is otherwise the same as GroupService.retrieve.
-
retrieve
abstract HttpResponseFor<Group> retrieve(GroupRetrieveParams params)
Returns a raw HTTP response for
get /groups/current, but is otherwise the same as GroupService.retrieve.
-
retrieve
abstract HttpResponseFor<Group> retrieve()
Returns a raw HTTP response for
get /groups/current, but is otherwise the same as GroupService.retrieve.
-
retrieve
HttpResponseFor<Group> retrieve(RequestOptions requestOptions)
Returns a raw HTTP response for
get /groups/current, but is otherwise the same as GroupService.retrieve.
-
-
-
-