@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SalesforceIncidentsTemplateResponseAttributes 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 |
|---|
SalesforceIncidentsTemplateResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SalesforceIncidentsTemplateResponseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this SalesforceIncidentsTemplateResponseAttributes 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() |
SalesforceIncidentsTemplateResponseAttributes |
name(String name) |
SalesforceIncidentsTemplateResponseAttributes |
ownerId(String ownerId) |
SalesforceIncidentsTemplateResponseAttributes |
priority(SalesforceIncidentsTemplatePriority priority) |
SalesforceIncidentsTemplateResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SalesforceIncidentsTemplateResponseAttributes |
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) |
SalesforceIncidentsTemplateResponseAttributes |
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 SalesforceIncidentsTemplateResponseAttributes()
public SalesforceIncidentsTemplateResponseAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SalesforceIncidentsTemplateResponseAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SalesforceIncidentsTemplateResponseAttributes ownerId(String ownerId)
@Nullable public String getOwnerId()
public void setOwnerId(String ownerId)
public SalesforceIncidentsTemplateResponseAttributes priority(SalesforceIncidentsTemplatePriority priority)
@Nullable public SalesforceIncidentsTemplatePriority getPriority()
public void setPriority(SalesforceIncidentsTemplatePriority priority)
public SalesforceIncidentsTemplateResponseAttributes salesforceOrgId(UUID salesforceOrgId)
@Nullable public UUID getSalesforceOrgId()
public void setSalesforceOrgId(UUID salesforceOrgId)
public SalesforceIncidentsTemplateResponseAttributes subject(String subject)
@Nullable public String getSubject()
public void setSubject(String subject)
public SalesforceIncidentsTemplateResponseAttributes 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.