@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SYNC_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties 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 |
getSyncType()
The type of synchronization to apply for this custom field.
|
org.openapitools.jackson.nullable.JsonNullable<AnyValue> |
getValue_JsonNullable() |
AnyValue |
getValue()
Represents any valid JSON value.
|
int |
hashCode() |
IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setSyncType(String syncType) |
void |
setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> value) |
void |
setValue(AnyValue value) |
IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties |
syncType(String syncType) |
String |
toString() |
IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties |
value(AnyValue value) |
public boolean unparsed
public static final String JSON_PROPERTY_SYNC_TYPE
public static final String JSON_PROPERTY_VALUE
public IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties()
public IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties syncType(String syncType)
@Nullable public String getSyncType()
public void setSyncType(String syncType)
public IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties value(AnyValue value)
@Nullable public AnyValue getValue()
public org.openapitools.jackson.nullable.JsonNullable<AnyValue> getValue_JsonNullable()
public void setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> value)
public void setValue(AnyValue value)
public IntegrationJiraSyncPropertiesCustomFieldsAdditionalProperties 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.