Uses of Enum Class
org.restheart.exchange.ExchangeKeys.DOC_ID_TYPE
Packages that use ExchangeKeys.DOC_ID_TYPE
-
Uses of ExchangeKeys.DOC_ID_TYPE in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.DOC_ID_TYPEModifier and TypeMethodDescriptionMongoRequest.getDocIdType()static ExchangeKeys.DOC_ID_TYPEReturns the enum constant of this class with the specified name.static ExchangeKeys.DOC_ID_TYPE[]ExchangeKeys.DOC_ID_TYPE.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.DOC_ID_TYPEModifier and TypeMethodDescriptionvoidMongoRequest.setDocIdType(ExchangeKeys.DOC_ID_TYPE docIdType)