public interface ClassificationSummary
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummary |
copy()
Duplicates this ClassificationSummary without the id.
|
String |
getApplicationEntryPoint()
Gets the application entry point of the classification.
|
String |
getCategory()
Gets the category of the classification.
|
String |
getCustomAttribute(ClassificationCustomField customField)
Gets the custom attribute of the classification.
|
String |
getDomain()
Gets the domain of the classification.
|
String |
getId()
Gets the id of the classification.
|
String |
getKey()
Gets the key of the classification.
|
String |
getName()
Gets the name of the classification.
|
String |
getParentId()
Gets the ID of the parent classification.
|
String |
getParentKey()
Gets the key of the parent classification.
|
int |
getPriority()
Gets the priority of the classification.
|
String |
getServiceLevel()
Gets the service level of the classification.
|
String |
getType()
Gets the type of the classification.
|
String getId()
String getKey()
String getCategory()
String getType()
String getDomain()
String getName()
String getParentId()
String getParentKey()
String getServiceLevel()
Duration for details.String getApplicationEntryPoint()
int getPriority()
String getCustomAttribute(ClassificationCustomField customField)
customField - identifies which custom attribute is requested.ClassificationSummary copy()
Copyright © 2020. All rights reserved.