@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationServiceNow extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNMENT_GROUP |
static String |
JSON_PROPERTY_AUTO_CREATION |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_INSTANCE_NAME |
static String |
JSON_PROPERTY_SYNC_CONFIG |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationServiceNow() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationServiceNow |
assignmentGroup(String assignmentGroup) |
IntegrationServiceNow |
autoCreation(IntegrationServiceNowAutoCreation autoCreation) |
IntegrationServiceNow |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this IntegrationServiceNow 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 |
getAssignmentGroup()
Assignment group.
|
IntegrationServiceNowAutoCreation |
getAutoCreation()
Auto-creation settings for ServiceNow incidents from cases.
|
Boolean |
getEnabled()
Whether ServiceNow integration is enabled.
|
String |
getInstanceName()
ServiceNow instance name.
|
IntegrationServiceNowSyncConfig |
getSyncConfig()
Synchronization configuration for ServiceNow integration.
|
int |
hashCode() |
IntegrationServiceNow |
instanceName(String instanceName) |
IntegrationServiceNow |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssignmentGroup(String assignmentGroup) |
void |
setAutoCreation(IntegrationServiceNowAutoCreation autoCreation) |
void |
setEnabled(Boolean enabled) |
void |
setInstanceName(String instanceName) |
void |
setSyncConfig(IntegrationServiceNowSyncConfig syncConfig) |
IntegrationServiceNow |
syncConfig(IntegrationServiceNowSyncConfig syncConfig) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNMENT_GROUP
public static final String JSON_PROPERTY_AUTO_CREATION
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_INSTANCE_NAME
public static final String JSON_PROPERTY_SYNC_CONFIG
public IntegrationServiceNow assignmentGroup(String assignmentGroup)
@Nullable public String getAssignmentGroup()
public void setAssignmentGroup(String assignmentGroup)
public IntegrationServiceNow autoCreation(IntegrationServiceNowAutoCreation autoCreation)
@Nullable public IntegrationServiceNowAutoCreation getAutoCreation()
public void setAutoCreation(IntegrationServiceNowAutoCreation autoCreation)
public IntegrationServiceNow enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public IntegrationServiceNow instanceName(String instanceName)
@Nullable public String getInstanceName()
public void setInstanceName(String instanceName)
public IntegrationServiceNow syncConfig(IntegrationServiceNowSyncConfig syncConfig)
@Nullable public IntegrationServiceNowSyncConfig getSyncConfig()
public void setSyncConfig(IntegrationServiceNowSyncConfig syncConfig)
public IntegrationServiceNow 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.