Interface InviteServiceAsync
-
- All Implemented Interfaces:
public interface InviteServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInviteServiceAsync.WithRawResponseA view of InviteServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract InviteServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract InviteServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<InviteCreateResponse> create(String workspaceId)
Invite users to a workspace.
-
create
CompletableFuture<InviteCreateResponse> create(String workspaceId, InviteCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<InviteCreateResponse> create(String workspaceId, InviteCreateParams params)
-
create
abstract CompletableFuture<InviteCreateResponse> create(InviteCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<InviteCreateResponse> create(InviteCreateParams params)
-
create
CompletableFuture<InviteCreateResponse> create(String workspaceId, RequestOptions requestOptions)
-
list
CompletableFuture<InviteListResponse> list(String workspaceId)
Retrieve a list of invites in a workspace.
-
list
CompletableFuture<InviteListResponse> list(String workspaceId, InviteListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InviteListResponse> list(String workspaceId, InviteListParams params)
-
list
abstract CompletableFuture<InviteListResponse> list(InviteListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InviteListResponse> list(InviteListParams params)
-
list
CompletableFuture<InviteListResponse> list(String workspaceId, RequestOptions requestOptions)
-
-
-
-