@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProjectUpdateAttributes 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_NAME |
static String |
JSON_PROPERTY_SETTINGS |
static String |
JSON_PROPERTY_TEAM_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
ProjectUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ProjectUpdateAttributes |
addEnabledCustomCaseTypesItem(String enabledCustomCaseTypesItem) |
ProjectUpdateAttributes |
columnsConfig(ProjectColumnsConfig columnsConfig) |
ProjectUpdateAttributes |
enabledCustomCaseTypes(List<String> enabledCustomCaseTypes) |
boolean |
equals(Object o)
Return true if this ProjectUpdateAttributes 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 |
getName()
Project name.
|
ProjectSettings |
getSettings()
Project settings.
|
String |
getTeamUuid()
Team UUID to associate with the project.
|
int |
hashCode() |
ProjectUpdateAttributes |
name(String name) |
ProjectUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setColumnsConfig(ProjectColumnsConfig columnsConfig) |
void |
setEnabledCustomCaseTypes(List<String> enabledCustomCaseTypes) |
void |
setName(String name) |
void |
setSettings(ProjectSettings settings) |
void |
setTeamUuid(String teamUuid) |
ProjectUpdateAttributes |
settings(ProjectSettings settings) |
ProjectUpdateAttributes |
teamUuid(String teamUuid) |
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_NAME
public static final String JSON_PROPERTY_SETTINGS
public static final String JSON_PROPERTY_TEAM_UUID
public ProjectUpdateAttributes columnsConfig(ProjectColumnsConfig columnsConfig)
@Nullable public ProjectColumnsConfig getColumnsConfig()
public void setColumnsConfig(ProjectColumnsConfig columnsConfig)
public ProjectUpdateAttributes enabledCustomCaseTypes(List<String> enabledCustomCaseTypes)
public ProjectUpdateAttributes addEnabledCustomCaseTypesItem(String enabledCustomCaseTypesItem)
@Nullable public List<String> getEnabledCustomCaseTypes()
public void setEnabledCustomCaseTypes(List<String> enabledCustomCaseTypes)
public ProjectUpdateAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public ProjectUpdateAttributes settings(ProjectSettings settings)
@Nullable public ProjectSettings getSettings()
public void setSettings(ProjectSettings settings)
public ProjectUpdateAttributes teamUuid(String teamUuid)
@Nullable public String getTeamUuid()
public void setTeamUuid(String teamUuid)
public ProjectUpdateAttributes 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.