com.microsoft.tfs.core.clients.webservices
Class IdentityPropertyScope
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.webservices.IdentityPropertyScope
- All Implemented Interfaces:
- java.lang.Comparable
public class IdentityPropertyScope
- extends com.microsoft.tfs.util.TypesafeEnum
The scope which a property will be scoped to.
- 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 IdentityPropertyScope NONE
GLOBAL
public static final IdentityPropertyScope GLOBAL
LOCAL
public static final IdentityPropertyScope LOCAL
BOTH
public static final IdentityPropertyScope BOTH
© 2015 Microsoft. All rights reserved.