Uses of Class
com.contentful.java.cda.SyncType.Type
-
Packages that use SyncType.Type Package Description com.contentful.java.cda -
-
Uses of SyncType.Type in com.contentful.java.cda
Methods in com.contentful.java.cda that return SyncType.Type Modifier and Type Method Description static SyncType.TypeSyncType.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyncType.Type[]SyncType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-