@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProjectNotificationSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESTINATIONS |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_ASSIGNMENT |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_CLOSED |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_COMMENT |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_COMMENT_MENTION |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_PRIORITY_CHANGE |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_STATUS_CHANGE |
static String |
JSON_PROPERTY_NOTIFY_ON_CASE_UNASSIGNMENT |
boolean |
unparsed |
| Constructor and Description |
|---|
ProjectNotificationSettings() |
public boolean unparsed
public static final String JSON_PROPERTY_DESTINATIONS
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_ASSIGNMENT
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_CLOSED
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_COMMENT
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_COMMENT_MENTION
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_PRIORITY_CHANGE
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_STATUS_CHANGE
public static final String JSON_PROPERTY_NOTIFY_ON_CASE_UNASSIGNMENT
public ProjectNotificationSettings destinations(List<Integer> destinations)
public ProjectNotificationSettings addDestinationsItem(Integer destinationsItem)
@Nullable public List<Integer> getDestinations()
public ProjectNotificationSettings enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public ProjectNotificationSettings notifyOnCaseAssignment(Boolean notifyOnCaseAssignment)
@Nullable public Boolean getNotifyOnCaseAssignment()
public void setNotifyOnCaseAssignment(Boolean notifyOnCaseAssignment)
public ProjectNotificationSettings notifyOnCaseClosed(Boolean notifyOnCaseClosed)
@Nullable public Boolean getNotifyOnCaseClosed()
public void setNotifyOnCaseClosed(Boolean notifyOnCaseClosed)
public ProjectNotificationSettings notifyOnCaseComment(Boolean notifyOnCaseComment)
@Nullable public Boolean getNotifyOnCaseComment()
public void setNotifyOnCaseComment(Boolean notifyOnCaseComment)
public ProjectNotificationSettings notifyOnCaseCommentMention(Boolean notifyOnCaseCommentMention)
@Nullable public Boolean getNotifyOnCaseCommentMention()
public void setNotifyOnCaseCommentMention(Boolean notifyOnCaseCommentMention)
public ProjectNotificationSettings notifyOnCasePriorityChange(Boolean notifyOnCasePriorityChange)
@Nullable public Boolean getNotifyOnCasePriorityChange()
public void setNotifyOnCasePriorityChange(Boolean notifyOnCasePriorityChange)
public ProjectNotificationSettings notifyOnCaseStatusChange(Boolean notifyOnCaseStatusChange)
@Nullable public Boolean getNotifyOnCaseStatusChange()
public void setNotifyOnCaseStatusChange(Boolean notifyOnCaseStatusChange)
public ProjectNotificationSettings notifyOnCaseUnassignment(Boolean notifyOnCaseUnassignment)
@Nullable public Boolean getNotifyOnCaseUnassignment()
public void setNotifyOnCaseUnassignment(Boolean notifyOnCaseUnassignment)
public ProjectNotificationSettings putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.