Package io.keikai.api.model
Interface Hyperlink
- All Known Implementing Classes:
HyperlinkImpl
public interface Hyperlink
This interface allows you to get a cell's hyperlink data.
- Since:
- 3.0.0
- Author:
- dennis
-
Method Details
-
getType
Hyperlink.HyperlinkType getType() -
getAddress
String getAddress() -
getLabel
String getLabel()
-