public interface Gadget
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.util.Iterator<? extends Option> |
getOptions()
Gets the options.
|
java.lang.String |
getUrl()
Gets the gadget url.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getUrl()
java.util.Iterator<? extends Option> getOptions()