@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppGitHubAccountData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppGitHubAccountData() |
CIAppGitHubAccountData(CIAppGitHubAccountAttributes attributes,
String id,
CIAppGitHubAccountType type) |
| Modifier and Type | Method and Description |
|---|---|
CIAppGitHubAccountData |
attributes(CIAppGitHubAccountAttributes attributes) |
boolean |
equals(Object o)
Return true if this CIAppGitHubAccountData 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.
|
CIAppGitHubAccountAttributes |
getAttributes()
Attributes describing a GitHub account's CI Visibility opt-in status.
|
String |
getId()
The account's unique identifier, in the form
<host>/<account name>
(for example github.com/datadog). |
CIAppGitHubAccountType |
getType()
JSON:API type for the GitHub account resource.
|
int |
hashCode() |
CIAppGitHubAccountData |
id(String id) |
CIAppGitHubAccountData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CIAppGitHubAccountAttributes attributes) |
void |
setId(String id) |
void |
setType(CIAppGitHubAccountType type) |
String |
toString() |
CIAppGitHubAccountData |
type(CIAppGitHubAccountType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public CIAppGitHubAccountData()
public CIAppGitHubAccountData(CIAppGitHubAccountAttributes attributes, String id, CIAppGitHubAccountType type)
public CIAppGitHubAccountData attributes(CIAppGitHubAccountAttributes attributes)
public CIAppGitHubAccountAttributes getAttributes()
public void setAttributes(CIAppGitHubAccountAttributes attributes)
public CIAppGitHubAccountData id(String id)
public String getId()
<host>/<account name>
(for example github.com/datadog).public void setId(String id)
public CIAppGitHubAccountData type(CIAppGitHubAccountType type)
public CIAppGitHubAccountType getType()
ci_github_account
.public void setType(CIAppGitHubAccountType type)
public CIAppGitHubAccountData 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.