fetch

public void fetch()

Makes an asynchronous http request to fetch the data, using the builder and callbacks most recently set through a RequestProxy.

The SuccessCallback or FailureCallback previously registered on the proxy is invoked once the response arrives.