Class InviteServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.workspaces.InviteService.WithRawResponse
public final class InviteServiceImpl.WithRawResponseImpl implements InviteService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InviteService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<InviteCreateResponse>create(InviteCreateParams params, RequestOptions requestOptions)HttpResponseFor<InviteListResponse>list(InviteListParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.blocking.workspaces.InviteService.WithRawResponse
create, create, create, create, create, list, list, list, list, list -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
InviteService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
HttpResponseFor<InviteCreateResponse> create(InviteCreateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<InviteListResponse> list(InviteListParams params, RequestOptions requestOptions)
-
-
-
-