abstract fun getQuoteWithId(id: String): LiveData<Quote>
Returns the Quote with the matching id, wrapped in LiveData.
id - The Quote id used in this query.
id
Return LiveData containing the Quote that matches the query parameters.