public class WorkbasketHistoryEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Instant |
created |
protected String |
custom1 |
protected String |
custom2 |
protected String |
custom3 |
protected String |
custom4 |
protected String |
details |
protected String |
domain |
protected String |
eventType |
protected String |
id |
protected String |
key |
protected String |
orgLevel1 |
protected String |
orgLevel2 |
protected String |
orgLevel3 |
protected String |
orgLevel4 |
protected String |
owner |
protected String |
type |
protected String |
userId |
protected String |
workbasketId |
| Constructor and Description |
|---|
WorkbasketHistoryEvent() |
WorkbasketHistoryEvent(String id,
WorkbasketSummary workbasket,
String userId,
String details) |
protected String id
protected String eventType
protected Instant created
protected String userId
protected String domain
protected String workbasketId
protected String key
protected String type
protected String owner
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String orgLevel1
protected String orgLevel2
protected String orgLevel3
protected String orgLevel4
protected String details
public WorkbasketHistoryEvent()
public WorkbasketHistoryEvent(String id, WorkbasketSummary workbasket, String userId, String details)
public void setCustomAttribute(WorkbasketCustomField customField, String value)
public String getCustomAttribute(WorkbasketCustomField customField)
public String getId()
public void setId(String id)
public String getEventType()
public void setEventType(String eventType)
public Instant getCreated()
public void setCreated(Instant created)
public String getUserId()
public void setUserId(String userId)
public String getDomain()
public void setDomain(String domain)
public String getWorkbasketId()
public void setWorkbasketId(String workbasketId)
public String getKey()
public void setKey(String key)
public String getType()
public void setType(String type)
public String getOwner()
public void setOwner(String owner)
public String getOrgLevel1()
public void setOrgLevel1(String orgLevel1)
public String getOrgLevel2()
public void setOrgLevel2(String orgLevel2)
public String getOrgLevel3()
public void setOrgLevel3(String orgLevel3)
public String getOrgLevel4()
public void setOrgLevel4(String orgLevel4)
public String getDetails()
public void setDetails(String details)
Copyright © 2020. All rights reserved.