All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.stewseo.client.yelpfusion.business.search.SearchRequest Maven / Gradle / Ivy

Go to download

java client to build api objects, handle http transport, and parse/deserialize/serialize json to/from json

There is a newer version: 1.8.0
Show newest version
package io.github.stewseo.client.yelpfusion.business.search;

public abstract class SearchRequest {

    String latitude;

    String longitude;

    String location;

    String term;

    String categories;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy