PHP Class UserTeamAssociationService, googleads-php-lib

Inheritance: extends DfpSoapClient
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Méthodes publiques

Méthode Description
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
createUserTeamAssociations ( $userTeamAssociations ) : the Creates new {@link UserTeamAssociation} objects.
getUserTeamAssociationsByStatement ( $filterStatement ) : the Gets a {@link UserTeamAssociationPage} of {@link UserTeamAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performUserTeamAssociationAction ( $userTeamAssociationAction, $statement ) : the Performs actions on {@link UserTeamAssociation} objects that match the given {@link Statement#query}.
updateUserTeamAssociations ( $userTeamAssociations ) : the Updates the specified {@link UserTeamAssociation} objects.

Method Details

__construct() public méthode

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

createUserTeamAssociations() public méthode

Creates new {@link UserTeamAssociation} objects.
public createUserTeamAssociations ( $userTeamAssociations ) : the
Résultat the created user team associations with their IDs filled in

getUserTeamAssociationsByStatement() public méthode

PQL Property Object Property
{@code userId} {@link UserTeamAssociation#userId}
{@code teamId} {@link UserTeamAssociation#teamId}
public getUserTeamAssociationsByStatement ( $filterStatement ) : the
Résultat the user team associations that match the given filter

performUserTeamAssociationAction() public méthode

Performs actions on {@link UserTeamAssociation} objects that match the given {@link Statement#query}.
public performUserTeamAssociationAction ( $userTeamAssociationAction, $statement ) : the
Résultat the result of the action performed

updateUserTeamAssociations() public méthode

Updates the specified {@link UserTeamAssociation} objects.
public updateUserTeamAssociations ( $userTeamAssociations ) : the
Résultat the updated user team associations

Property Details

$classmap public_oe static_oe property

Default class map for wsdl=>php
public static array $classmap
Résultat array

$endpoint public_oe static_oe property

The endpoint of the service
public static string $endpoint
Résultat string