Uses of Class
org.restheart.exchange.ExchangeKeys.DOC_ID_TYPE
-
Packages that use ExchangeKeys.DOC_ID_TYPE Package Description org.restheart.exchange -
-
Uses of ExchangeKeys.DOC_ID_TYPE in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.DOC_ID_TYPE Modifier and Type Method Description ExchangeKeys.DOC_ID_TYPEMongoRequest. getDocIdType()static ExchangeKeys.DOC_ID_TYPEExchangeKeys.DOC_ID_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeKeys.DOC_ID_TYPE[]ExchangeKeys.DOC_ID_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restheart.exchange with parameters of type ExchangeKeys.DOC_ID_TYPE Modifier and Type Method Description voidMongoRequest. setDocIdType(ExchangeKeys.DOC_ID_TYPE docIdType)
-