Interface CreateReportsSnapshotConfigOptions.Versioning
-
- Enclosing class:
- CreateReportsSnapshotConfigOptions
public static interface CreateReportsSnapshotConfigOptions.Versioning
A new version of report is created or the existing report version is overwritten with every update. Defaults to "new".
-
-
Field Detail
-
X_NEW
static final java.lang.String X_NEW
new.- See Also:
- Constant Field Values
-
OVERWRITE
static final java.lang.String OVERWRITE
overwrite.- See Also:
- Constant Field Values
-
-