public class SupplierLink extends Link
SupplierLink
which contains meta-information about a supplier.Place.getSupplier()
,
Media.getSupplier()
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIconUrl()
Gets the URL to retrieve the icon for the resource to which the
Link refers. |
java.lang.String |
getId()
Gets the unique identifier for the resource to which the
Link refers. |
java.lang.String |
getName()
Gets the name of the supplier that provided the the
Link . |
java.lang.String |
getUrl()
Gets the
String representation of the URL to the supplier's profile |
int |
hashCode() |
public java.lang.String getId()
Link
refers.
Note: an ID for a linked object is optional, so a call to this method could return
empty
.
public java.lang.String getName()
Link
.
Note: a supplier name for a linked object is optional, so a call to this method could return
empty
.
empty
)public java.lang.String getIconUrl()
Link
refers.
Note: an icon URL for a linked object is optional, so a call to this method could return
empty
.
getIconUrl
in class Link
empty
)public java.lang.String getUrl()
String
representation of the URL to the supplier's profile