| Package | eu.orangeflash.webapis.yahoo.types |
| Class | public class Result |
| Subclasses | Image, Web |
| Property | Defined by | ||
|---|---|---|---|
| clickURL : String [read-only]
String, item click url, you can use it in buttons.
| Result | ||
| summary : String [read-only]
String, item summary.
| Result | ||
| title : String [read-only]
String, item title.
| Result | ||
| url : String [read-only]
String, item url.
| Result | ||
| clickURL | property |
clickURL:String [read-only]String, item click url, you can use it in buttons.
Implementation public function get clickURL():String
| summary | property |
summary:String [read-only]String, item summary.
Implementation public function get summary():String
| title | property |
title:String [read-only]String, item title.
Implementation public function get title():String
| url | property |
url:String [read-only]String, item url.
Implementation public function get url():String