Uses of Enum Class
com.esprow.oapi.repository.Synchronization
-
Uses of Synchronization in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionstatic final List<Synchronization>
Synchronization.VALUES
A public read-only list of all the 'Synchronization' enumerators.Modifier 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.Modifier and TypeMethodDescriptionvoid
OapiResponse.setSync
(Synchronization value) Set the synchronization mode of the response.