@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FreshserviceIntegration extends Object
FreshserviceIntegration object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FreshserviceIntegration() |
FreshserviceIntegration(FreshserviceCredentials credentials,
FreshserviceIntegrationType type) |
| Modifier and Type | Method and Description |
|---|---|
FreshserviceIntegration |
credentials(FreshserviceCredentials credentials) |
boolean |
equals(Object o)
Return true if this FreshserviceIntegration 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.
|
FreshserviceCredentials |
getCredentials()
The definition of the
FreshserviceCredentials object. |
FreshserviceIntegrationType |
getType()
The definition of the
FreshserviceIntegrationType object. |
int |
hashCode() |
FreshserviceIntegration |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCredentials(FreshserviceCredentials credentials) |
void |
setType(FreshserviceIntegrationType type) |
String |
toString() |
FreshserviceIntegration |
type(FreshserviceIntegrationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_TYPE
public FreshserviceIntegration()
public FreshserviceIntegration(FreshserviceCredentials credentials, FreshserviceIntegrationType type)
public FreshserviceIntegration credentials(FreshserviceCredentials credentials)
public FreshserviceCredentials getCredentials()
FreshserviceCredentials object.public void setCredentials(FreshserviceCredentials credentials)
public FreshserviceIntegration type(FreshserviceIntegrationType type)
public FreshserviceIntegrationType getType()
FreshserviceIntegrationType object.public void setType(FreshserviceIntegrationType type)
public FreshserviceIntegration 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.