All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
CaseAttributes |
attributes(Map<String,List<String>> attributes) |
CaseAttributes |
customAttributes(Map<String,CustomAttributeValue> customAttributes) |
CaseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CaseAttributes 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.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getArchivedAt_JsonNullable() |
OffsetDateTime |
getArchivedAt()
Timestamp of when the case was archived
|
Map<String,List<String>> |
getAttributes()
Key-value pairs of case attributes.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getClosedAt_JsonNullable() |
OffsetDateTime |
getClosedAt()
Timestamp of when the case was closed
|
OffsetDateTime |
getCreatedAt()
Timestamp of when the case was created
|
Map<String,CustomAttributeValue> |
getCustomAttributes()
Case custom attributes
|
String |
getDescription()
Description
|
org.openapitools.jackson.nullable.JsonNullable<JiraIssue> |
getJiraIssue_JsonNullable() |
JiraIssue |
getJiraIssue()
Jira issue attached to case
|
String |
getKey()
Key
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getModifiedAt_JsonNullable() |
OffsetDateTime |
getModifiedAt()
Timestamp of when the case was last modified
|
CasePriority |
getPriority()
Case priority
|
org.openapitools.jackson.nullable.JsonNullable<ServiceNowTicket> |
getServiceNowTicket_JsonNullable() |
ServiceNowTicket |
getServiceNowTicket()
ServiceNow ticket attached to case
|
CaseStatus |
getStatus()
Deprecated.
|
CaseStatusGroup |
getStatusGroup()
Status group of the case.
|
String |
getStatusName()
Status of the case.
|
String |
getTitle()
Title
|
CaseType |
getType()
Deprecated.
|
String |
getTypeId()
Case type UUID
|
int |
hashCode() |
CaseAttributes |
key(String key) |
CaseAttributes |
priority(CasePriority priority) |
CaseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseAttributes |
putAttributesItem(String key,
List<String> attributesItem) |
CaseAttributes |
putCustomAttributesItem(String key,
CustomAttributeValue customAttributesItem) |
void |
setAttributes(Map<String,List<String>> attributes) |
void |
setCustomAttributes(Map<String,CustomAttributeValue> customAttributes) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setPriority(CasePriority priority) |
void |
setStatus(CaseStatus status)
Deprecated.
|
void |
setStatusGroup(CaseStatusGroup statusGroup) |
void |
setStatusName(String statusName) |
void |
setTitle(String title) |
void |
setType(CaseType type)
Deprecated.
|
void |
setTypeId(String typeId) |
CaseAttributes |
status(CaseStatus status) |
CaseAttributes |
statusGroup(CaseStatusGroup statusGroup) |
CaseAttributes |
statusName(String statusName) |
CaseAttributes |
title(String title) |
String |
toString() |
CaseAttributes |
type(CaseType type) |
CaseAttributes |
typeId(String typeId) |