@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SalesforceIncidentsTemplateCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OWNER_ID |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_SALESFORCE_ORG_ID |
static String |
JSON_PROPERTY_SUBJECT |
boolean |
unparsed |
| Constructor and Description |
|---|
SalesforceIncidentsTemplateCreateAttributes() |
SalesforceIncidentsTemplateCreateAttributes(String description,
String name,
String ownerId,
SalesforceIncidentsTemplatePriority priority,
UUID salesforceOrgId,
String subject) |
| Modifier and Type | Method and Description |
|---|---|
SalesforceIncidentsTemplateCreateAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this SalesforceIncidentsTemplateCreateAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
Long-form description body for Salesforce incidents created from this template.
|
String |
getName()
Human-readable name for this incident template.
|
String |
getOwnerId()
The Salesforce user ID that owns incidents created from this template.
|
SalesforceIncidentsTemplatePriority |
getPriority()
Priority of the Salesforce incident created from this template.
|
UUID |
getSalesforceOrgId()
The Datadog-assigned ID of the Salesforce organization this template belongs to.
|
String |
getSubject()
Subject line for Salesforce incidents created from this template.
|
int |
hashCode() |
SalesforceIncidentsTemplateCreateAttributes |
name(String name) |
SalesforceIncidentsTemplateCreateAttributes |
ownerId(String ownerId) |
SalesforceIncidentsTemplateCreateAttributes |
priority(SalesforceIncidentsTemplatePriority priority) |
SalesforceIncidentsTemplateCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SalesforceIncidentsTemplateCreateAttributes |
salesforceOrgId(UUID salesforceOrgId) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOwnerId(String ownerId) |
void |
setPriority(SalesforceIncidentsTemplatePriority priority) |
void |
setSalesforceOrgId(UUID salesforceOrgId) |
void |
setSubject(String subject) |
SalesforceIncidentsTemplateCreateAttributes |
subject(String subject) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OWNER_ID
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_SALESFORCE_ORG_ID
public static final String JSON_PROPERTY_SUBJECT
public SalesforceIncidentsTemplateCreateAttributes()
public SalesforceIncidentsTemplateCreateAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public SalesforceIncidentsTemplateCreateAttributes name(String name)
public String getName()
public void setName(String name)
public SalesforceIncidentsTemplateCreateAttributes ownerId(String ownerId)
public String getOwnerId()
public void setOwnerId(String ownerId)
public SalesforceIncidentsTemplateCreateAttributes priority(SalesforceIncidentsTemplatePriority priority)
public SalesforceIncidentsTemplatePriority getPriority()
public void setPriority(SalesforceIncidentsTemplatePriority priority)
public SalesforceIncidentsTemplateCreateAttributes salesforceOrgId(UUID salesforceOrgId)
public UUID getSalesforceOrgId()
public void setSalesforceOrgId(UUID salesforceOrgId)
public SalesforceIncidentsTemplateCreateAttributes subject(String subject)
public String getSubject()
public void setSubject(String subject)
public SalesforceIncidentsTemplateCreateAttributes 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.