@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProjectColumnsConfigColumnsItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SORT |
static String |
JSON_PROPERTY_SORT_FIELD |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProjectColumnsConfigColumnsItems() |
public boolean unparsed
public static final String JSON_PROPERTY_SORT
public static final String JSON_PROPERTY_SORT_FIELD
public static final String JSON_PROPERTY_TYPE
public ProjectColumnsConfigColumnsItems sort(ProjectColumnsConfigColumnsItemsSort sort)
@Nullable public ProjectColumnsConfigColumnsItemsSort getSort()
public void setSort(ProjectColumnsConfigColumnsItemsSort sort)
public ProjectColumnsConfigColumnsItems sortField(String sortField)
@Nullable public String getSortField()
public void setSortField(String sortField)
public ProjectColumnsConfigColumnsItems type(String type)
@Nullable public String getType()
public void setType(String type)
public ProjectColumnsConfigColumnsItems 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.