@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IdentityProviderUpdateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
boolean |
unparsed |
| Constructor and Description |
|---|
IdentityProviderUpdateRequest() |
IdentityProviderUpdateRequest(IdentityProviderUpdateData data) |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderUpdateRequest |
data(IdentityProviderUpdateData data) |
boolean |
equals(Object o)
Return true if this IdentityProviderUpdateRequest 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.
|
IdentityProviderUpdateData |
getData()
Data object for updating an organization identity provider.
|
int |
hashCode() |
IdentityProviderUpdateRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(IdentityProviderUpdateData data) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public IdentityProviderUpdateRequest()
public IdentityProviderUpdateRequest(IdentityProviderUpdateData data)
public IdentityProviderUpdateRequest data(IdentityProviderUpdateData data)
public IdentityProviderUpdateData getData()
public void setData(IdentityProviderUpdateData data)
public IdentityProviderUpdateRequest 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.