Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_ReviseMyMessagesFoldersRequestType.h
Trading_ReviseMyMessagesFoldersRequestType.m

Overview

Renames, removes, or restores the specified My Messages folders for
a given user.

@ingroup EBayAPIInterface

Tasks

  •   operation

    Indicates the type of operation to perform on a
    specified My Messages folder. Operations include creating,
    renaming, removing, and restoring folders. Operations
    cannot be performed on the Inbox and Sent folders.

    property
  •   folderID

    An ID that uniquely identifies the My Messages
    folder to perform the operation on. This value is set by
    eBay and cannot be changed. Retrieve FolderIDs
    by calling GetMyMessages with a DetailLevel of
    ReturnSummary. Inbox is FolderID = 0, and Sent is
    FolderID = 1.

    property
  •   folderName

    The name of a specified My Messages folder. Depending
    on the specified Operation, the value is an existing
    folder name or a new folder name. Retrieve existing
    FolderNames by calling GetMyMessages with a DetailLevel
    of ReturnSummary. Inbox is FolderID = 0, and Sent is
    FolderID = 1.

    property

Properties

folderID

An ID that uniquely identifies the My Messages
folder to perform the operation on. This value is set by
eBay and cannot be changed. Retrieve FolderIDs
by calling GetMyMessages with a DetailLevel of
ReturnSummary. Inbox is FolderID = 0, and Sent is
FolderID = 1.

@property (nonatomic, retain) NSMutableArray *folderID

Discussion

An ID that uniquely identifies the My Messages
folder to perform the operation on. This value is set by
eBay and cannot be changed. Retrieve FolderIDs
by calling GetMyMessages with a DetailLevel of
ReturnSummary. Inbox is FolderID = 0, and Sent is
FolderID = 1.

entry type : NSNumber, wrapper for primitive long

Declared In

Trading_ReviseMyMessagesFoldersRequestType.h

folderName

The name of a specified My Messages folder. Depending
on the specified Operation, the value is an existing
folder name or a new folder name. Retrieve existing
FolderNames by calling GetMyMessages with a DetailLevel
of ReturnSummary. Inbox is FolderID = 0, and Sent is
FolderID = 1.

@property (nonatomic, retain) NSMutableArray *folderName

Discussion

The name of a specified My Messages folder. Depending
on the specified Operation, the value is an existing
folder name or a new folder name. Retrieve existing
FolderNames by calling GetMyMessages with a DetailLevel
of ReturnSummary. Inbox is FolderID = 0, and Sent is
FolderID = 1.

entry type : NSString, wrapper for primitive string

Declared In

Trading_ReviseMyMessagesFoldersRequestType.h

operation

Indicates the type of operation to perform on a
specified My Messages folder. Operations include creating,
renaming, removing, and restoring folders. Operations
cannot be performed on the Inbox and Sent folders.

@property (nonatomic, retain) NSString *operation

Discussion

Indicates the type of operation to perform on a
specified My Messages folder. Operations include creating,
renaming, removing, and restoring folders. Operations
cannot be performed on the Inbox and Sent folders.

type: string constant in Trading_MyMessagesFolderOperationCodeType.h

Declared In

Trading_ReviseMyMessagesFoldersRequestType.h