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