com.microsoft.tfs.core.clients.workitem.link
Class LinkTextMaxLengths

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.link.LinkTextMaxLengths

public class LinkTextMaxLengths
extends java.lang.Object

Since:
TEE-SDK-10.1

Field Summary
static int COMMENT_MAX_LENGTH
           
static int HYPERLINK_LOCATION_MAX_LENGTH
           
static int WORK_ITEM_TITLE_MAX_LENGTH
           
 
Constructor Summary
LinkTextMaxLengths()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMENT_MAX_LENGTH

public static final int COMMENT_MAX_LENGTH
Constant Field Value:
255
See Also:
Constant Field Values

HYPERLINK_LOCATION_MAX_LENGTH

public static final int HYPERLINK_LOCATION_MAX_LENGTH
Constant Field Value:
2083
See Also:
Constant Field Values

WORK_ITEM_TITLE_MAX_LENGTH

public static final int WORK_ITEM_TITLE_MAX_LENGTH
Constant Field Value:
256
See Also:
Constant Field Values
Constructor Detail

LinkTextMaxLengths

public LinkTextMaxLengths()


© 2015 Microsoft. All rights reserved.