Class Inx_Api_GeneralMailing_GeneralMailingAttribute

Description

The Inx_Api_GeneralMailing_GeneralMailingAttribute enumeration defines the attributes of general mailings that can be used for the ordering of result sets.

The Inx_Api_GeneralMailing_GeneralMailingAttribute enumeration defines the attributes of general mailings that can be used for the ordering of result sets.

Located in /Api/GeneralMailing/GeneralMailingAttribute.php (line 12)


	
			
Method Summary
static void CREATION_DATE ()
static void LIST_ID ()
static void MAILING_ID ()
static void MAILING_TYPE ()
static void MODIFICATION_DATE ()
static void NAME ()
static void SUBJECT ()
static void UNKNOWN ()
static array values ()
int getId ()
Methods
static method byId (line 141)

Returns the Inx_Api_GeneralMailing_GeneralMailingAttribute corresponding to the given $iId.

Returns the Inx_Api_GeneralMailing_GeneralMailingAttribute corresponding to the given $iId. If the ID is unknown, the UNKNOWN type will be returned. The ID is used for transmission purposes and should not be used inside client code.

  • return: the Inx_Api_GeneralMailing_GeneralMailingAttribute corresponding to the given ID.
  • access: public
  • int $iId: the ID of the Inx_Api_GeneralMailing_GeneralMailingAttribute to retrieve.
static method CREATION_DATE (line 82)

Attribute for ordering by mailing creation date

Attribute for ordering by mailing creation date

  • access: public
static void CREATION_DATE ()
static method LIST_ID (line 49)

Attribute for ordering by the mailing list ID

Attribute for ordering by the mailing list ID

  • access: public
static void LIST_ID ()
static method MAILING_ID (line 27)

Attribute for ordering by mailing ID

Attribute for ordering by mailing ID

  • access: public
static void MAILING_ID ()
static method MAILING_TYPE (line 38)

Attribute for ordering by mailing type

Attribute for ordering by mailing type

  • access: public
static void MAILING_TYPE ()
static method MODIFICATION_DATE (line 93)

Attribute for ordering by mailing modification date

Attribute for ordering by mailing modification date

  • access: public
static void MODIFICATION_DATE ()
static method NAME (line 60)

Attribute for ordering by mailing name

Attribute for ordering by mailing name

  • access: public
static void NAME ()
static method SUBJECT (line 71)

Attribute for ordering by mailing subject

Attribute for ordering by mailing subject

  • access: public
static void SUBJECT ()
static method UNKNOWN (line 104)

Attribute for unknown ordering, not a legal attribute for sorting

Attribute for unknown ordering, not a legal attribute for sorting

  • access: public
static void UNKNOWN ()
static method values (line 158)

Returns an array containing all available Inx_Api_GeneralMailing_GeneralMailingAttributes including UNKNOWN.

Returns an array containing all available Inx_Api_GeneralMailing_GeneralMailingAttributes including UNKNOWN.

  • return: an array containing all available Inx_Api_GeneralMailing_GeneralMailingAttributes including UNKNOWN.
  • access: public
static array values ()
getId (line 127)

Returns the ID of the Inx_Api_GeneralMailing_GeneralMailingAttribute.

Returns the ID of the Inx_Api_GeneralMailing_GeneralMailingAttribute. The ID is used for transmission purposes and should not be used inside client code.

  • return: the ID of the Inx_Api_GeneralMailing_GeneralMailingAttribute
  • access: public
int getId ()

Documentation generated on Thu, 17 Sep 2015 14:27:25 +0200 by phpDocumentor 1.3.2