public interface WorkbasketSummary
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
copy()
Duplicates this WorkbasketSummary without the id.
|
String |
getCustomAttribute(WorkbasketCustomField customField)
Gets the custom attribute of the workbasket.
|
String |
getDescription()
Gets the description of the workbasket.
|
String |
getDomain()
Gets the domain of the workbasket.
|
String |
getId()
Gets the id of the workbasket.
|
String |
getKey()
Gets the key of the workbasket.
|
String |
getName()
Gets the name of the workbasket.
|
String |
getOrgLevel1()
Gets the orglevel1 property of the workbasket.
|
String |
getOrgLevel2()
Gets the orglevel2 property of the workbasket.
|
String |
getOrgLevel3()
Gets the orglevel3 property of the workbasket.
|
String |
getOrgLevel4()
Gets the orglevel4 property of the workbasket.
|
String |
getOwner()
Gets the owner of the workbasket.
|
WorkbasketType |
getType()
Gets the type of the workbasket.
|
boolean |
isMarkedForDeletion()
Gets the markedForDeletion property of the workbasket.
|
String getId()
String getKey()
String getName()
String getDescription()
String getOwner()
String getDomain()
WorkbasketType getType()
String getCustomAttribute(WorkbasketCustomField customField)
customField - identifies which custom attribute is requested.String getOrgLevel1()
String getOrgLevel2()
String getOrgLevel3()
String getOrgLevel4()
boolean isMarkedForDeletion()
WorkbasketSummary copy()
Copyright © 2020. All rights reserved.