Package | com.adobe.webapis.flickr |
Class | public class License |
Property | Defined by | ||
---|---|---|---|
id : int
The id of the license
| License | ||
name : String
The name of the license
| License | ||
url : String
The url of the license
| License |
Method | Defined by | ||
---|---|---|---|
License()
Construct a new License instance
| License |
Constant | Defined by | ||
---|---|---|---|
ALL_RIGHTS_RESERVED : int = 0 [static]
| License | ||
ATTRIBUTION : int = 4 [static]
| License | ||
ATTRIBUTION_NODERIVS : int = 6 [static]
| License | ||
ATTRIBUTION_NONCOMMERCIAL : int = 2 [static]
| License | ||
ATTRIBUTION_NONCOMMERCIAL_NODERIVS : int = 3 [static]
| License | ||
ATTRIBUTION_NONCOMMERCIAL_SHAREALIKE : int = 1 [static]
| License | ||
ATTRIBUTION_SHAREALIKE : int = 5 [static]
| License |
id | property |
id:int
[read-write]The id of the license
Implementation public function get id():int
public function set id(value:int):void
name | property |
name:String
[read-write]The name of the license
Implementation public function get name():String
public function set name(value:String):void
url | property |
url:String
[read-write]The url of the license
Implementation public function get url():String
public function set url(value:String):void
License | () | constructor |
public function License()
Construct a new License instance
ALL_RIGHTS_RESERVED | constant |
public static const ALL_RIGHTS_RESERVED:int = 0
ATTRIBUTION | constant |
public static const ATTRIBUTION:int = 4
ATTRIBUTION_NODERIVS | constant |
public static const ATTRIBUTION_NODERIVS:int = 6
ATTRIBUTION_NONCOMMERCIAL | constant |
public static const ATTRIBUTION_NONCOMMERCIAL:int = 2
ATTRIBUTION_NONCOMMERCIAL_NODERIVS | constant |
public static const ATTRIBUTION_NONCOMMERCIAL_NODERIVS:int = 3
ATTRIBUTION_NONCOMMERCIAL_SHAREALIKE | constant |
public static const ATTRIBUTION_NONCOMMERCIAL_SHAREALIKE:int = 1
ATTRIBUTION_SHAREALIKE | constant |
public static const ATTRIBUTION_SHAREALIKE:int = 5