Class AsyncNotificationsClient
- java.lang.Object
-
- com.chrt.api.resources.notifications.AsyncNotificationsClient
-
public class AsyncNotificationsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<AsyncAdHocClient>adHocClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncGroupsClient>groupsClientprotected java.util.function.Supplier<AsyncUserPreferencesClient>userPreferencesClientprotected java.util.function.Supplier<AsyncWebhookSetupClient>webhookSetupClient
-
Constructor Summary
Constructors Constructor Description AsyncNotificationsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncAdHocClientadHoc()AsyncGroupsClientgroups()AsyncUserPreferencesClientuserPreferences()AsyncWebhookSetupClientwebhookSetup()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
adHocClient
protected final java.util.function.Supplier<AsyncAdHocClient> adHocClient
-
groupsClient
protected final java.util.function.Supplier<AsyncGroupsClient> groupsClient
-
userPreferencesClient
protected final java.util.function.Supplier<AsyncUserPreferencesClient> userPreferencesClient
-
webhookSetupClient
protected final java.util.function.Supplier<AsyncWebhookSetupClient> webhookSetupClient
-
-
Constructor Detail
-
AsyncNotificationsClient
public AsyncNotificationsClient(ClientOptions clientOptions)
-
-
Method Detail
-
adHoc
public AsyncAdHocClient adHoc()
-
groups
public AsyncGroupsClient groups()
-
userPreferences
public AsyncUserPreferencesClient userPreferences()
-
webhookSetup
public AsyncWebhookSetupClient webhookSetup()
-
-