@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IssueRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNEE |
static String |
JSON_PROPERTY_CASE |
static String |
JSON_PROPERTY_TEAM_OWNERS |
boolean |
unparsed |
| Constructor and Description |
|---|
IssueRelationships() |
| Modifier and Type | Method and Description |
|---|---|
IssueRelationships |
_case(IssueCaseRelationship _case) |
IssueRelationships |
assignee(IssueAssigneeRelationship assignee) |
boolean |
equals(Object o)
Return true if this IssueRelationships 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.
|
IssueAssigneeRelationship |
getAssignee()
Relationship between the issue and assignee.
|
IssueCaseRelationship |
getCase()
Relationship between the issue and case.
|
IssueTeamOwnersRelationship |
getTeamOwners()
Relationship between the issue and teams.
|
int |
hashCode() |
IssueRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssignee(IssueAssigneeRelationship assignee) |
void |
setCase(IssueCaseRelationship _case) |
void |
setTeamOwners(IssueTeamOwnersRelationship teamOwners) |
IssueRelationships |
teamOwners(IssueTeamOwnersRelationship teamOwners) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNEE
public static final String JSON_PROPERTY_CASE
public static final String JSON_PROPERTY_TEAM_OWNERS
public IssueRelationships assignee(IssueAssigneeRelationship assignee)
@Nullable public IssueAssigneeRelationship getAssignee()
public void setAssignee(IssueAssigneeRelationship assignee)
public IssueRelationships _case(IssueCaseRelationship _case)
@Nullable public IssueCaseRelationship getCase()
public void setCase(IssueCaseRelationship _case)
public IssueRelationships teamOwners(IssueTeamOwnersRelationship teamOwners)
@Nullable public IssueTeamOwnersRelationship getTeamOwners()
public void setTeamOwners(IssueTeamOwnersRelationship teamOwners)
public IssueRelationships 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 © 2025. All rights reserved.