\FuelSdkET_DataExtension_Row

ETDataExtensionRow - Represents Data Extension Row.

Summary

Methods
Properties
Constants
put()
post()
patch()
delete()
get()
getMoreResults()
info()
__construct()
$authStub
$props
$filter
$organizationId
$organizationKey
$Name
$CustomerKey
No constants found
No protected methods found
$obj
$lastRequestID
N/A
getName()
getCustomerKey()
No private properties found
N/A

Properties

$authStub

$authStub : \FuelSdk\ET_Client

Type

\FuelSdk\ET_Client — The ET client object which performs the auth token, refresh token using clientID clientSecret

$props

$props : array

Type

array — Dictionary type array which may hold e.g. array('id' => '', 'key' => '')

$filter

$filter : array

Type

array — Dictionary type array which may hold e.g. array("Property"=>"", "SimpleOperator"=>"","Value"=>"")

$organizationId

$organizationId : string

Type

string — Organization Identifier.

$organizationKey

$organizationKey : string

Type

string — Organization Key.

$Name

$Name : string

Type

string — Gets or sets the name of the data extension.

$CustomerKey

$CustomerKey : string

Type

string — Gets or sets the data extension customer key.

$obj

$obj : string

Type

string — Object name, e.g. "ImportDefinition", "DataExtension", etc

$lastRequestID

$lastRequestID : string

Type

string — last Request identifier.

Methods

put()

put() : \FuelSdk\ET_Patch

Returns

\FuelSdk\ET_Patch

Object of type ET_Patch which contains http status code, response, etc from the PATCH SOAP service

post()

post() : \FuelSdk\ET_Post

Post this instance.

Returns

\FuelSdk\ET_Post

Object of type ET_Post which contains http status code, response, etc from the POST SOAP service

patch()

patch() : \FuelSdk\ET_Patch

Patch this instance.

Returns

\FuelSdk\ET_Patch

Object of type ET_Patch which contains http status code, response, etc from the PATCH SOAP service

delete()

delete() : \FuelSdk\ET_Delete

Delete this instance.

Returns

\FuelSdk\ET_Delete

Object of type ET_Delete which contains http status code, response, etc from the DELETE SOAP service

get()

get() : \FuelSdk\ET_Get

Get this instance.

Returns

\FuelSdk\ET_Get

Object of type ET_Get which contains http status code, response, etc from the GET SOAP service

getMoreResults()

getMoreResults() : \FuelSdk\ET_Continue

Returns

\FuelSdk\ET_Continue

returns more response from the SOAP service

info()

info() : \FuelSdk\ET_Info

Returns

\FuelSdk\ET_Info

returns information from the SOAP service

__construct()

__construct() 

Initializes a new instance of the class.

getName()

getName() 

getCustomerKey()

getCustomerKey()