public static enum SyncType.Type extends java.lang.Enum<SyncType.Type>
| Enum Constant and Description |
|---|
Asset
Only include new and changed assets.
|
DeletedAsset
Only include deletions of assets.
|
DeletedEntry
Only include deletions of entries.
|
Deletion
Only include deletions of assets and entries.
|
Entry
Only include new and changed entries.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncType.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncType.Type Asset
public static final SyncType.Type Entry
public static final SyncType.Type Deletion
public static final SyncType.Type DeletedAsset
public static final SyncType.Type DeletedEntry
public static SyncType.Type[] values()
for (SyncType.Type c : SyncType.Type.values()) System.out.println(c);
public static SyncType.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Contentful, GmbH.. All Rights Reserved.