The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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'