Uses of Class
org.restheart.exchange.ExchangeKeys.TYPE
-
Packages that use ExchangeKeys.TYPE Package Description org.restheart.exchange -
-
Uses of ExchangeKeys.TYPE in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.TYPE Modifier and Type Method Description ExchangeKeys.TYPEMongoRequest. getType()static ExchangeKeys.TYPEExchangeKeys.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeKeys.TYPE[]ExchangeKeys.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.TYPE Modifier and Type Method Description static booleanMongoRequest. isReservedDocumentId(ExchangeKeys.TYPE type, org.bson.BsonValue documentId)
-