Uses of Enum Class
org.restheart.exchange.ExchangeKeys.WRITE_MODE
Packages that use ExchangeKeys.WRITE_MODE
-
Uses of ExchangeKeys.WRITE_MODE in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.WRITE_MODEModifier and TypeMethodDescriptionMongoRequest.getWriteMode()static ExchangeKeys.WRITE_MODEReturns the enum constant of this class with the specified name.static ExchangeKeys.WRITE_MODE[]ExchangeKeys.WRITE_MODE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.restheart.exchange with parameters of type ExchangeKeys.WRITE_MODEModifier and TypeMethodDescriptionvoidMongoRequest.setWriteMode(ExchangeKeys.WRITE_MODE writeMode)