@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseBulkUpdateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CASE_IDS |
static String |
JSON_PROPERTY_PAYLOAD |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseBulkUpdateRequestAttributes() |
CaseBulkUpdateRequestAttributes(List<String> caseIds,
CaseBulkActionType type) |
| Modifier and Type | Method and Description |
|---|---|
CaseBulkUpdateRequestAttributes |
addCaseIdsItem(String caseIdsItem) |
CaseBulkUpdateRequestAttributes |
caseIds(List<String> caseIds) |
boolean |
equals(Object o)
Return true if this CaseBulkUpdateRequestAttributes 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.
|
List<String> |
getCaseIds()
An array of case identifiers to apply the bulk action to.
|
Map<String,String> |
getPayload()
A key-value map of action-specific parameters.
|
CaseBulkActionType |
getType()
The type of action to apply in a bulk update.
|
int |
hashCode() |
CaseBulkUpdateRequestAttributes |
payload(Map<String,String> payload) |
CaseBulkUpdateRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseBulkUpdateRequestAttributes |
putPayloadItem(String key,
String payloadItem) |
void |
setCaseIds(List<String> caseIds) |
void |
setPayload(Map<String,String> payload) |
void |
setType(CaseBulkActionType type) |
String |
toString() |
CaseBulkUpdateRequestAttributes |
type(CaseBulkActionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CASE_IDS
public static final String JSON_PROPERTY_PAYLOAD
public static final String JSON_PROPERTY_TYPE
public CaseBulkUpdateRequestAttributes()
public CaseBulkUpdateRequestAttributes(List<String> caseIds, CaseBulkActionType type)
public CaseBulkUpdateRequestAttributes caseIds(List<String> caseIds)
public CaseBulkUpdateRequestAttributes addCaseIdsItem(String caseIdsItem)
public List<String> getCaseIds()
public CaseBulkUpdateRequestAttributes payload(Map<String,String> payload)
public CaseBulkUpdateRequestAttributes putPayloadItem(String key, String payloadItem)
@Nullable public Map<String,String> getPayload()
priority for the priority action, assignee_id for assign).public CaseBulkUpdateRequestAttributes type(CaseBulkActionType type)
public CaseBulkActionType getType()
priority,
status, assign, unassign, archive,
unarchive, jira, servicenow, linear,
update_project.public void setType(CaseBulkActionType type)
public CaseBulkUpdateRequestAttributes 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.