FetchPlaceResponse

public abstract class FetchPlaceResponse implements Response


Response for FetchPlaceRequest.

Summary

Public constructors

Public methods

abstract Place

Returns the Place of the response to the corresponding FetchPlaceRequest.

static FetchPlaceResponse

Returns a FetchPlaceResponse.

Public constructors

FetchPlaceResponse

public FetchPlaceResponse()

Public methods

getPlace

public abstract Place getPlace()

Returns the Place of the response to the corresponding FetchPlaceRequest.

newInstance

public static FetchPlaceResponse newInstance(Place place)

Returns a FetchPlaceResponse.

Parameters
Place place

the Place returned by the response.