@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProjectAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLUMNS_CONFIG |
static String |
JSON_PROPERTY_ENABLED_CUSTOM_CASE_TYPES |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RESTRICTED |
static String |
JSON_PROPERTY_SETTINGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ProjectAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ProjectAttributes |
addEnabledCustomCaseTypesItem(String enabledCustomCaseTypesItem) |
ProjectAttributes |
columnsConfig(ProjectColumnsConfig columnsConfig) |
ProjectAttributes |
enabledCustomCaseTypes(List<String> enabledCustomCaseTypes) |
boolean |
equals(Object o)
Return true if this ProjectAttributes 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.
|
ProjectColumnsConfig |
getColumnsConfig()
Project columns configuration.
|
List<String> |
getEnabledCustomCaseTypes()
List of enabled custom case type IDs.
|
String |
getKey()
The project's key.
|
String |
getName()
Project's name.
|
Boolean |
getRestricted()
Whether the project is restricted.
|
ProjectSettings |
getSettings()
Project settings.
|
int |
hashCode() |
ProjectAttributes |
key(String key) |
ProjectAttributes |
name(String name) |
ProjectAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProjectAttributes |
restricted(Boolean restricted) |
void |
setColumnsConfig(ProjectColumnsConfig columnsConfig) |
void |
setEnabledCustomCaseTypes(List<String> enabledCustomCaseTypes) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setRestricted(Boolean restricted) |
void |
setSettings(ProjectSettings settings) |
ProjectAttributes |
settings(ProjectSettings settings) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COLUMNS_CONFIG
public static final String JSON_PROPERTY_ENABLED_CUSTOM_CASE_TYPES
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RESTRICTED
public static final String JSON_PROPERTY_SETTINGS
public ProjectAttributes columnsConfig(ProjectColumnsConfig columnsConfig)
@Nullable public ProjectColumnsConfig getColumnsConfig()
public void setColumnsConfig(ProjectColumnsConfig columnsConfig)
public ProjectAttributes enabledCustomCaseTypes(List<String> enabledCustomCaseTypes)
public ProjectAttributes addEnabledCustomCaseTypesItem(String enabledCustomCaseTypesItem)
@Nullable public List<String> getEnabledCustomCaseTypes()
public void setEnabledCustomCaseTypes(List<String> enabledCustomCaseTypes)
public ProjectAttributes key(String key)
@Nullable public String getKey()
public void setKey(String key)
public ProjectAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public ProjectAttributes restricted(Boolean restricted)
@Nullable public Boolean getRestricted()
public void setRestricted(Boolean restricted)
public ProjectAttributes settings(ProjectSettings settings)
@Nullable public ProjectSettings getSettings()
public void setSettings(ProjectSettings settings)
public ProjectAttributes 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.