@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateLinearIssueRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNEE_ID |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_LABEL_IDS |
static String |
JSON_PROPERTY_LINEAR_PROJECT_ID |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateLinearIssueRequestDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CreateLinearIssueRequestDataAttributes |
addLabelIdsItem(String labelIdsItem) |
CreateLinearIssueRequestDataAttributes |
assigneeId(String assigneeId) |
CreateLinearIssueRequestDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CreateLinearIssueRequestDataAttributes 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 |
getAssigneeId()
Unique identifier of the Datadog user assigned to the Linear issue.
|
String |
getDescription()
Description of the Linear issue.
|
List<String> |
getLabelIds()
Linear label IDs to set on the created issue.
|
String |
getLinearProjectId()
Unique identifier of the Linear project to pin the issue to.
|
CasePriority |
getPriority()
Case priority
|
String |
getTitle()
Title of the Linear issue.
|
int |
hashCode() |
CreateLinearIssueRequestDataAttributes |
labelIds(List<String> labelIds) |
CreateLinearIssueRequestDataAttributes |
linearProjectId(String linearProjectId) |
CreateLinearIssueRequestDataAttributes |
priority(CasePriority priority) |
CreateLinearIssueRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssigneeId(String assigneeId) |
void |
setDescription(String description) |
void |
setLabelIds(List<String> labelIds) |
void |
setLinearProjectId(String linearProjectId) |
void |
setPriority(CasePriority priority) |
void |
setTitle(String title) |
CreateLinearIssueRequestDataAttributes |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNEE_ID
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_LABEL_IDS
public static final String JSON_PROPERTY_LINEAR_PROJECT_ID
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_TITLE
public CreateLinearIssueRequestDataAttributes()
public CreateLinearIssueRequestDataAttributes assigneeId(String assigneeId)
@Nullable public String getAssigneeId()
public void setAssigneeId(String assigneeId)
public CreateLinearIssueRequestDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreateLinearIssueRequestDataAttributes labelIds(List<String> labelIds)
public CreateLinearIssueRequestDataAttributes addLabelIdsItem(String labelIdsItem)
@Nullable public List<String> getLabelIds()
public CreateLinearIssueRequestDataAttributes linearProjectId(String linearProjectId)
@Nullable public String getLinearProjectId()
public void setLinearProjectId(String linearProjectId)
public CreateLinearIssueRequestDataAttributes priority(CasePriority priority)
@Nullable public CasePriority getPriority()
public void setPriority(CasePriority priority)
public CreateLinearIssueRequestDataAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public CreateLinearIssueRequestDataAttributes 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.