Uses of Enum Class
com.vidispine.generated.SyncPolicyType
-
Uses of SyncPolicyType in com.vidispine.generated
Fields in com.vidispine.generated declared as SyncPolicyTypeMethods in com.vidispine.generated that return SyncPolicyTypeModifier and TypeMethodDescriptionstatic SyncPolicyType
SiteDefinitionType.getSyncPolicy()
Gets the value of the syncPolicy property.static SyncPolicyType
Returns the enum constant of this class with the specified name.static SyncPolicyType[]
SyncPolicyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type SyncPolicyTypeModifier and TypeMethodDescriptionvoid
SiteDefinitionType.setSyncPolicy
(SyncPolicyType value) Sets the value of the syncPolicy property.SiteDefinitionType.withSyncPolicy
(SyncPolicyType value) Sets the value of the syncPolicy property.