Uses of Enum Class
org.restheart.exchange.ExchangeKeys.TYPE
Packages that use ExchangeKeys.TYPE
-
Uses of ExchangeKeys.TYPE in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.TYPEModifier and TypeMethodDescriptionMongoRequest.getType()static ExchangeKeys.TYPEReturns the enum constant of this class with the specified name.static ExchangeKeys.TYPE[]ExchangeKeys.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.TYPEModifier and TypeMethodDescriptionstatic booleanMongoRequest.isReservedDocumentId(ExchangeKeys.TYPE type, org.bson.BsonValue documentId)