@Immutable @LevelUpApi(contract=PUBLIC) public final class WebLinkRequestFactory extends AbstractRequestFactory
WebLink
related web service end points.Constructor and Description |
---|
WebLinkRequestFactory(Context context) |
Modifier and Type | Method and Description |
---|---|
AbstractRequest |
buildGetWebLinksForLocationRequest(long locationWebServiceId) |
getAccessTokenRetriever, getContext
public WebLinkRequestFactory(Context context)
context
- the Application context.public AbstractRequest buildGetWebLinksForLocationRequest(long locationWebServiceId)
locationWebServiceId
- the web service ID of the location to load the WebLink
for.AbstractRequest
to get the WebLink
s for the location.