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