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.VALUESA public read-only list of all the 'Synchronization' enumerators.Methods in com.esprow.oapi.repository that return SynchronizationModifier and TypeMethodDescriptionstatic SynchronizationSynchronization.get(int value) Returns the 'Synchronization' literal with the specified integer value.static SynchronizationReturns the 'Synchronization' literal with the specified literal value.static SynchronizationReturns the 'Synchronization' literal with the specified name.OapiResponse.getSync()Returns the synchronization mode of the response.static SynchronizationReturns 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 TypeMethodDescriptionvoidOapiResponse.setSync(Synchronization value) Set the synchronization mode of the response.