Class InviteServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.workspaces.InviteService
public final class InviteServiceImpl implements InviteService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInviteServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InviteService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InviteServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InviteCreateResponsecreate(InviteCreateParams params, RequestOptions requestOptions)InviteListResponselist(InviteListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InviteService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InviteService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
InviteCreateResponse create(InviteCreateParams params, RequestOptions requestOptions)
-
list
InviteListResponse list(InviteListParams params, RequestOptions requestOptions)
-
-
-
-