com.microsoft.tfs.core.clients.webservices
Class GroupProperty
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.webservices.GroupProperty
- All Implemented Interfaces:
- java.lang.Comparable
public class GroupProperty
- extends com.microsoft.tfs.util.TypesafeEnum
- Since:
- TEE-SDK-11.0
- Thread-safety:
- immutable
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final GroupProperty NONE
NAME
public static final GroupProperty NAME
- The name of an application group
DESCRIPTION
public static final GroupProperty DESCRIPTION
- The description of an application group
GroupProperty
protected GroupProperty(int value)
© 2015 Microsoft. All rights reserved.