fi.foyt.foursquare.api.entities
类 Link

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.Link
所有已实现的接口:
FoursquareEntity, Serializable

public class Link
extends Object
implements FoursquareEntity

Class representing Link entity

作者:
Antti Leppä
另请参见:
https://developer.foursquare.com/docs/responses/link.html, 序列化表格

构造方法摘要
Link()
           
 
方法摘要
 String getLinkedId()
          Returns the identifer used by this provider to identify this venue.
 LinkProvider getProvider()
          Returns id of the provider
 String getUrl()
          Returns a URL for additional information about this venue from this provider.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Link

public Link()
方法详细信息

getProvider

public LinkProvider getProvider()
Returns id of the provider

返回:
id of the provider

getUrl

public String getUrl()
Returns a URL for additional information about this venue from this provider.

返回:
a URL for additional information about this venue

getLinkedId

public String getLinkedId()
Returns the identifer used by this provider to identify this venue.

返回:
identifer used by this provider to identify this venue


Copyright © 2013 Foyt. All Rights Reserved.