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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Hyperlink.HyperlinkType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAddress()
String
getLabel()
Hyperlink.HyperlinkType
getType()
-
-
-
Method Detail
-
getType
Hyperlink.HyperlinkType getType()
-
getAddress
String getAddress()
-
getLabel
String getLabel()
-
-