ChangeDetectionMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storagesync. models. ChangeDetectionMode
- com.
- com.
public final class ChangeDetectionMode
extends ExpandableStringEnum<ChangeDetectionMode>
Change Detection Mode. Applies to a directory specified in directoryPath parameter.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Change |
DEFAULT
Static value Default for Change |
|
static final
Change |
RECURSIVE
Static value Recursive for Change |
Constructor Summary
| Constructor | Description |
|---|---|
| ChangeDetectionMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Change |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Change |
fromString(String name)
Creates or finds a Change |
|
static
Collection<Change |
values()
Gets known Change |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final ChangeDetectionMode DEFAULT
Static value Default for ChangeDetectionMode.
RECURSIVE
public static final ChangeDetectionMode RECURSIVE
Static value Recursive for ChangeDetectionMode.
Constructor Details
ChangeDetectionMode
@Deprecated
public ChangeDetectionMode()
Deprecated
Creates a new instance of ChangeDetectionMode value.
Method Details
fromString
public static ChangeDetectionMode fromString(String name)
Creates or finds a ChangeDetectionMode from its string representation.
Parameters:
Returns:
values
public static Collection<ChangeDetectionMode> values()
Gets known ChangeDetectionMode values.
Returns: