Class AsyncRawTaskArtifactNotificationsClient
- java.lang.Object
-
- com.chrt.api.resources.taskartifactnotifications.AsyncRawTaskArtifactNotificationsClient
-
public class AsyncRawTaskArtifactNotificationsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawTaskArtifactNotificationsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactNotificationPreferences1>>getPreferencesV1()Retrieves task_artifact notification preferences for the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactNotificationPreferences1>>getPreferencesV1(RequestOptions requestOptions)Retrieves task_artifact notification preferences for the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>upsertPreferencesV1(TaskArtifactNotificationPreferencesClientCreate1 request)Creates or updates task_artifact notification preferences for the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>upsertPreferencesV1(TaskArtifactNotificationPreferencesClientCreate1 request, RequestOptions requestOptions)Creates or updates task_artifact notification preferences for the caller's organization.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawTaskArtifactNotificationsClient
public AsyncRawTaskArtifactNotificationsClient(ClientOptions clientOptions)
-
-
Method Detail
-
getPreferencesV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactNotificationPreferences1>> getPreferencesV1()
Retrieves task_artifact notification preferences for the caller's organization. | () -> (TaskArtifactNotificationPreferences1)
-
getPreferencesV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactNotificationPreferences1>> getPreferencesV1(RequestOptions requestOptions)
Retrieves task_artifact notification preferences for the caller's organization. | () -> (TaskArtifactNotificationPreferences1)
-
upsertPreferencesV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> upsertPreferencesV1(TaskArtifactNotificationPreferencesClientCreate1 request)
Creates or updates task_artifact notification preferences for the caller's organization. | (TaskArtifactNotificationPreferencesClientCreate1) -> (PydanticObjectId)
-
upsertPreferencesV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> upsertPreferencesV1(TaskArtifactNotificationPreferencesClientCreate1 request, RequestOptions requestOptions)
Creates or updates task_artifact notification preferences for the caller's organization. | (TaskArtifactNotificationPreferencesClientCreate1) -> (PydanticObjectId)
-
-