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