GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: JobSelector

Source Location: /AdWords/v200909/cm/BulkMutateJobService.php

Class Overview


For selecting jobs whose information will be returned from a get method call of a job service.


Variables

Methods


Child classes:

BulkMutateJobSelector
Specifies additional criteria for selecting bulk mutate jobs.

Class Details

[line 3562]
For selecting jobs whose information will be returned from a get method call of a job service.

The selector is immutable so use the inner Builder class to create one.




[ Top ]


Class Variables

$customerJobKeys =

[line 3567]



Tags:

access:  public

Type:   string[]


[ Top ]

$includeHistory =

[line 3573]



Tags:

access:  public

Type:   boolean


[ Top ]

$includeStats =

[line 3579]



Tags:

access:  public

Type:   boolean


[ Top ]

$JobSelectorType =

[line 3585]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 3635]

JobSelector __construct( [ $customerJobKeys = NULL], [ $includeHistory = NULL], [ $includeStats = NULL], [ $JobSelectorType = NULL])



Tags:

access:  public


Overridden in child classes as:

BulkMutateJobSelector::__construct()

Parameters:

   $customerJobKeys  
   $includeHistory  
   $includeStats  
   $JobSelectorType  

[ Top ]

method getNamespace [line 3623]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

BulkMutateJobSelector::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 3615]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 3631]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

BulkMutateJobSelector::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 3603]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 3596]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3