Uses of Enum Class
com.esprow.oapi.repository.Synchronization
Packages that use Synchronization
-
Uses of Synchronization in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type SynchronizationModifier and TypeFieldDescriptionstatic final List<Synchronization>
Synchronization.VALUES
A public read-only list of all the 'Synchronization' enumerators.Methods in com.esprow.oapi.repository that return SynchronizationModifier and TypeMethodDescriptionstatic Synchronization
Synchronization.get
(int value) Returns the 'Synchronization' literal with the specified integer value.static Synchronization
Returns the 'Synchronization' literal with the specified literal value.static Synchronization
Returns the 'Synchronization' literal with the specified name.OapiResponse.getSync()
Returns the synchronization mode of the response.static Synchronization
Returns the enum constant of this class with the specified name.static Synchronization[]
Synchronization.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprow.oapi.repository with parameters of type SynchronizationModifier and TypeMethodDescriptionvoid
OapiResponse.setSync
(Synchronization value) Set the synchronization mode of the response.