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