@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FreshserviceAPIKeyUpdate extends Object
FreshserviceAPIKey object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_DOMAIN |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FreshserviceAPIKeyUpdate() |
FreshserviceAPIKeyUpdate(FreshserviceAPIKeyType type) |
| Modifier and Type | Method and Description |
|---|---|
FreshserviceAPIKeyUpdate |
apiKey(String apiKey) |
FreshserviceAPIKeyUpdate |
domain(String domain) |
boolean |
equals(Object o)
Return true if this FreshserviceAPIKeyUpdate 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 |
getApiKey()
The
FreshserviceAPIKeyUpdate api_key. |
String |
getDomain()
The
FreshserviceAPIKeyUpdate domain. |
FreshserviceAPIKeyType |
getType()
The definition of the
FreshserviceAPIKey object. |
int |
hashCode() |
FreshserviceAPIKeyUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApiKey(String apiKey) |
void |
setDomain(String domain) |
void |
setType(FreshserviceAPIKeyType type) |
String |
toString() |
FreshserviceAPIKeyUpdate |
type(FreshserviceAPIKeyType type) |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_DOMAIN
public static final String JSON_PROPERTY_TYPE
public FreshserviceAPIKeyUpdate()
public FreshserviceAPIKeyUpdate(FreshserviceAPIKeyType type)
public FreshserviceAPIKeyUpdate apiKey(String apiKey)
@Nullable public String getApiKey()
FreshserviceAPIKeyUpdate api_key.public void setApiKey(String apiKey)
public FreshserviceAPIKeyUpdate domain(String domain)
@Nullable public String getDomain()
FreshserviceAPIKeyUpdate domain.public void setDomain(String domain)
public FreshserviceAPIKeyUpdate type(FreshserviceAPIKeyType type)
public FreshserviceAPIKeyType getType()
FreshserviceAPIKey object.public void setType(FreshserviceAPIKeyType type)
public FreshserviceAPIKeyUpdate 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.