com.microsoft.tfs.core.clients.workitem.category
Interface Category


public interface Category

A work item category.

Since:
TEE-SDK-10.1

Method Summary
 int getDefaultWorkItemTypeID()
           
 int getID()
           
 java.lang.String getName()
           
 java.lang.String getReferenceName()
           
 

Method Detail

getID

int getID()
Returns:
the work item type category identifier.

getName

java.lang.String getName()
Returns:
the work item type category name.

getReferenceName

java.lang.String getReferenceName()
Returns:
the work item type category reference name.

getDefaultWorkItemTypeID

int getDefaultWorkItemTypeID()
Returns:
the work item type identifier of the default work item type for this category.


© 2015 Microsoft. All rights reserved.