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