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