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