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