@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudflareGlobalAPITokenUpdate extends Object
CloudflareGlobalAPIToken object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTH_EMAIL |
static String |
JSON_PROPERTY_GLOBAL_API_KEY |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudflareGlobalAPITokenUpdate() |
CloudflareGlobalAPITokenUpdate(CloudflareGlobalAPITokenType type) |
| Modifier and Type | Method and Description |
|---|---|
CloudflareGlobalAPITokenUpdate |
authEmail(String authEmail) |
boolean |
equals(Object o)
Return true if this CloudflareGlobalAPITokenUpdate 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 |
getAuthEmail()
The
CloudflareGlobalAPITokenUpdate auth_email. |
String |
getGlobalApiKey()
The
CloudflareGlobalAPITokenUpdate global_api_key. |
CloudflareGlobalAPITokenType |
getType()
The definition of the
CloudflareGlobalAPIToken object. |
CloudflareGlobalAPITokenUpdate |
globalApiKey(String globalApiKey) |
int |
hashCode() |
CloudflareGlobalAPITokenUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAuthEmail(String authEmail) |
void |
setGlobalApiKey(String globalApiKey) |
void |
setType(CloudflareGlobalAPITokenType type) |
String |
toString() |
CloudflareGlobalAPITokenUpdate |
type(CloudflareGlobalAPITokenType type) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTH_EMAIL
public static final String JSON_PROPERTY_GLOBAL_API_KEY
public static final String JSON_PROPERTY_TYPE
public CloudflareGlobalAPITokenUpdate()
public CloudflareGlobalAPITokenUpdate(CloudflareGlobalAPITokenType type)
public CloudflareGlobalAPITokenUpdate authEmail(String authEmail)
@Nullable public String getAuthEmail()
CloudflareGlobalAPITokenUpdate auth_email.public void setAuthEmail(String authEmail)
public CloudflareGlobalAPITokenUpdate globalApiKey(String globalApiKey)
@Nullable public String getGlobalApiKey()
CloudflareGlobalAPITokenUpdate global_api_key.public void setGlobalApiKey(String globalApiKey)
public CloudflareGlobalAPITokenUpdate type(CloudflareGlobalAPITokenType type)
public CloudflareGlobalAPITokenType getType()
CloudflareGlobalAPIToken object.public void setType(CloudflareGlobalAPITokenType type)
public CloudflareGlobalAPITokenUpdate 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.