Tim Keefer > eBay-API > eBay::API::XML::DataType::PictureManagerFolderType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::PictureManagerFolderType

DESCRIPTION ^

A folder in the authenticated user's album. By default, all folders and their pictures are returned. If a folder ID is specified, the folders' metadata and contents are returned.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::DataType::PictureManagerFolderType inherits from the eBay::API::XML::BaseDataType class

Subroutines: ^

setFolderID()

The ID of the folder.

  Calls: SetPictureManagerDetails
  RequiredInput: Yes

# Argument: 'xs:int'

getFolderID()

  Calls: GetPictureManagerDetails
  Returned: Always
  Details: PictureManagerDetailLevel: none, ReturnPicture, ReturnAll

# Returns: 'xs:int'

setName()

The name of the folder.

MaxLength: 55

  Calls: SetPictureManagerDetails
  RequiredInput: Yes

# Argument: 'xs:string'

getName()

  Calls: GetPictureManagerDetails
  Returned: Always
  Details: PictureManagerDetailLevel: none, ReturnPicture, ReturnAll

# Returns: 'xs:string'

setPicture()

A picture within the folder, identified by a name, date, URL, and other metadata.

  Calls: SetPictureManagerDetails
  RequiredInput: Conditionally

# Argument: reference to an array of 'ns:PictureManagerPictureType'

getPicture()

  Calls: GetPictureManagerDetails
  Returned: Conditionally
  Details: PictureManagerDetailLevel: none, ReturnPicture, ReturnAll

# Returns: reference to an array of 'ns:PictureManagerPictureType'

syntax highlighting: