public static class AccessToken.Scope
extends java.util.HashSet<java.lang.String>
| Constructor and Description |
|---|
Scope() |
Scope(java.util.Set<java.lang.String> stringSet) |
| Modifier and Type | Method and Description |
|---|---|
static AccessToken.Scope |
parse(java.lang.String s)
Parses a scope from the specified string representation
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic Scope(java.util.Set<java.lang.String> stringSet)
public Scope()
public static AccessToken.Scope parse(java.lang.String s)
s - The scope string