The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::GetPictureManagerDetails::GetPictureManagerDetailsRequestType

DESCRIPTION

Requests information about folders or pictures in a Picture Manager account or the account settings.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetPictureManagerDetails::GetPictureManagerDetailsRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setFolderID()

The ID of a folder in the user's Picture Manager album for which you want information. If you specify both FolderID and PictureURL, the picture must exist in the folder.

  RequiredInput: No
#    Argument: 'xs:int'

getFolderID()

# Returns: 'xs:int'

setPictureManagerDetailLevel()

The type of information you want returned, about pictures and folders, the account subscription, or both. Use this element rather than the generic DetailLevel element defined in AbstractRequestType. You can use the following values: ReturnAll, ReturnSubscription, or ReturnPicture.

PresentDetails: Yes

  RequiredInput: No
#    Argument: 'ns:PictureManagerDetailLevelCodeType'

getPictureManagerDetailLevel()

# Returns: 'ns:PictureManagerDetailLevelCodeType'

setPictureURL()

The URL of a picture in the user's Picture Manager album. If you specify both FolderID and PictureURL, the picture must exist in the folder.

  RequiredInput: No
#    Argument: 'xs:string'

getPictureURL()

# Returns: 'xs:string'