Uses of Class
org.restheart.exchange.ExchangeKeys.REPRESENTATION_FORMAT
-
Packages that use ExchangeKeys.REPRESENTATION_FORMAT Package Description org.restheart.exchange -
-
Uses of ExchangeKeys.REPRESENTATION_FORMAT in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.REPRESENTATION_FORMAT Modifier and Type Method Description ExchangeKeys.REPRESENTATION_FORMATMongoRequest. getRepresentationFormat()static ExchangeKeys.REPRESENTATION_FORMATExchangeKeys.REPRESENTATION_FORMAT. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeKeys.REPRESENTATION_FORMAT[]ExchangeKeys.REPRESENTATION_FORMAT. 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.REPRESENTATION_FORMAT Modifier and Type Method Description voidMongoRequest. setRepresentationFormat(ExchangeKeys.REPRESENTATION_FORMAT representationFormat)sets representationFormat
-