| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
ChangeTokenScope |
ChangeToken.getScope()
Gets the scope.
|
static ChangeTokenScope |
ChangeTokenScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeTokenScope[] |
ChangeTokenScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeToken.setScope(ChangeTokenScope scope)
Sets the scope.
|
| Constructor and Description |
|---|
ChangeToken(ChangeTokenScope scope,
java.lang.String scopeId,
java.util.Date changeTime)
Instantiates a new change token.
|
ChangeToken(ChangeTokenScope scope,
java.lang.String scopeId,
java.util.Date changeTime,
int changeNumber)
Instantiates a new change token.
|