Class Inx_Api_Sending_SendingMailingType

Description

The Inx_Api_Sending_SendingMailingType enumeration defines the types of mailings which may be sent.

The Inx_Api_Sending_SendingMailingType enumeration defines the types of mailings which may be sent.

Located in /Api/Sending/SendingMailingType.php (line 15)


	
			
Method Summary
Methods
static method byId (line 128)

Returns the SendingMailingType corresponding to the given id. UNKNOWN type will be returned. inside client code.

Returns the SendingMailingType corresponding to the given id. 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 SendingMailingType corresponding to the given ID.
  • access: public
static Inx_Api_Sending_SendingMailingType byId (int $iId)
  • int $iId: the ID of the SendingMailingType to retrieve.
static method MASS_MAILING (line 29)

The MASS_MAILING type is used for regular newsletter mailings.

The MASS_MAILING type is used for regular newsletter mailings.

  • return: the MASS_MAILING type.
  • access: public
static Inx_Api_Sending_SendingMailingType MASS_MAILING ()
static method SEQUENCE_MAILING (line 69)

The SEQUENCE_MAILING type is used for sequence mailings.

The SEQUENCE_MAILING type is used for sequence mailings.

  • return: the SEQUENCE_MAILING type.
  • access: public
static Inx_Api_Sending_SendingMailingType SEQUENCE_MAILING ()
static method SINGLE_MAILING (line 43)

The SINGLE_MAILING type is used for mailings which are sent to only one recipient, e. mailings.

The SINGLE_MAILING type is used for mailings which are sent to only one recipient, e.g. subscription and action mailings.

  • return: the SINGLE_MAILING type.
  • access: public
static Inx_Api_Sending_SendingMailingType SINGLE_MAILING ()
static method SPLIT_TEST_MAILING (line 82)

The SPLIT_TEST_MAILING type is used for split test mailings.

The SPLIT_TEST_MAILING type is used for split test mailings.

  • return: the SPLIT_TEST_MAILING type.
  • access: public
static Inx_Api_Sending_SendingMailingType SPLIT_TEST_MAILING ()
static method TIME_TRIGGER_MAILING (line 56)

The TIME_TRIGGER_MAILING type is used for time trigger mailings, e.

The TIME_TRIGGER_MAILING type is used for time trigger mailings, e.g. birthday and interval mailing.

  • return: the TIME_TRIGGER_MAILING type.
  • access: public
static Inx_Api_Sending_SendingMailingType TIME_TRIGGER_MAILING ()
static method UNKNOWN (line 95)

The UNKNOWN type indicates a version mismatch between API and server.

The UNKNOWN type indicates a version mismatch between API and server.

  • return: the UNKNOWN type.
  • access: public
static method values (line 144)

Returns all valid SendingMailingTypes.

Returns all valid SendingMailingTypes.

  • return: All valid SendingMailingTypes.
  • access: public
static array values ()
getId (line 115)

Returns the ID of the

Returns the ID of the

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

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