@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationJira extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_CREATION |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_SYNC |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationJira() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationJira |
autoCreation(IntegrationJiraAutoCreation autoCreation) |
IntegrationJira |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this IntegrationJira 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.
|
IntegrationJiraAutoCreation |
getAutoCreation()
Auto-creation settings for Jira issues from cases.
|
Boolean |
getEnabled()
Whether Jira integration is enabled.
|
IntegrationJiraMetadata |
getMetadata()
Metadata for connecting a case management project to a Jira project.
|
IntegrationJiraSync |
getSync()
Synchronization configuration for Jira integration.
|
int |
hashCode() |
IntegrationJira |
metadata(IntegrationJiraMetadata metadata) |
IntegrationJira |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAutoCreation(IntegrationJiraAutoCreation autoCreation) |
void |
setEnabled(Boolean enabled) |
void |
setMetadata(IntegrationJiraMetadata metadata) |
void |
setSync(IntegrationJiraSync sync) |
IntegrationJira |
sync(IntegrationJiraSync sync) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_CREATION
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_SYNC
public IntegrationJira autoCreation(IntegrationJiraAutoCreation autoCreation)
@Nullable public IntegrationJiraAutoCreation getAutoCreation()
public void setAutoCreation(IntegrationJiraAutoCreation autoCreation)
public IntegrationJira enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public IntegrationJira metadata(IntegrationJiraMetadata metadata)
@Nullable public IntegrationJiraMetadata getMetadata()
public void setMetadata(IntegrationJiraMetadata metadata)
public IntegrationJira sync(IntegrationJiraSync sync)
@Nullable public IntegrationJiraSync getSync()
public void setSync(IntegrationJiraSync sync)
public IntegrationJira 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.