Packagecom.adobe.webapis.flickr
Classpublic class UploadTicket

UploadTicket is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  id : String
The id of the ticket
UploadTicket
  isComplete : Boolean
Flag indicating if the upload is complete
UploadTicket
  isInvalid : Boolean
Flag indicating if the ticket id is invalid
UploadTicket
  photoId : String
The photo id of the ticket
UploadTicket
  uploadFailed : Boolean
Flag indicating if the upload failed
UploadTicket
Public Methods
 MethodDefined by
  
Construct a new PhotoContext instance
UploadTicket
Property detail
idproperty
id:String  [read-write]

The id of the ticket

Implementation
    public function get id():String
    public function set id(value:String):void
isCompleteproperty 
isComplete:Boolean  [read-write]

Flag indicating if the upload is complete

Implementation
    public function get isComplete():Boolean
    public function set isComplete(value:Boolean):void
isInvalidproperty 
isInvalid:Boolean  [read-write]

Flag indicating if the ticket id is invalid

Implementation
    public function get isInvalid():Boolean
    public function set isInvalid(value:Boolean):void
photoIdproperty 
photoId:String  [read-write]

The photo id of the ticket

Implementation
    public function get photoId():String
    public function set photoId(value:String):void
uploadFailedproperty 
uploadFailed:Boolean  [read-write]

Flag indicating if the upload failed

Implementation
    public function get uploadFailed():Boolean
    public function set uploadFailed(value:Boolean):void
Constructor detail
UploadTicket()constructor
public function UploadTicket()

Construct a new PhotoContext instance