public interface UserTeamAssociationServiceInterface
UserTeamAssociation objects.
UserTeamAssociation objects are used to add users to teams in order to define access to entities such as companies, inventory and orders and to override the team's access type to orders for a user.
This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<UserTeamAssociation> |
createUserTeamAssociations(List<UserTeamAssociation> userTeamAssociations)
Creates new
UserTeamAssociation objects. |
UserTeamAssociationPage |
getUserTeamAssociationsByStatement(Statement filterStatement)
Gets a
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the given Statement.query. |
UpdateResult |
performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction,
Statement statement)
Performs actions on
UserTeamAssociation objects that match the
given Statement.query. |
List<UserTeamAssociation> |
updateUserTeamAssociations(List<UserTeamAssociation> userTeamAssociations)
Updates the specified
UserTeamAssociation objects. |
@RequestWrapper(localName="createUserTeamAssociations", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfacecreateUserTeamAssociations") @ResponseWrapper(localName="createUserTeamAssociationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfacecreateUserTeamAssociationsResponse") List<UserTeamAssociation> createUserTeamAssociations(List<UserTeamAssociation> userTeamAssociations) throws ApiException_Exception
UserTeamAssociation objects.userTeamAssociations - the user team associations to createuserTeamAssociations - ApiException_Exception@RequestWrapper(localName="getUserTeamAssociationsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfacegetUserTeamAssociationsByStatement") @ResponseWrapper(localName="getUserTeamAssociationsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfacegetUserTeamAssociationsByStatementResponse") UserTeamAssociationPage getUserTeamAssociationsByStatement(Statement filterStatement) throws ApiException_Exception
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
userId |
UserTeamAssociation.userId |
teamId |
UserRecordTeamAssociation.teamId |
filterStatement - a Publisher Query Language statement used to filter
a set of user team associationsfilterStatement - ApiException_Exception@RequestWrapper(localName="performUserTeamAssociationAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfaceperformUserTeamAssociationAction") @ResponseWrapper(localName="performUserTeamAssociationActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfaceperformUserTeamAssociationActionResponse") UpdateResult performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement) throws ApiException_Exception
UserTeamAssociation objects that match the
given Statement.query.userTeamAssociationAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of user team associationsuserTeamAssociationAction - statement - ApiException_Exception@RequestWrapper(localName="updateUserTeamAssociations", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfaceupdateUserTeamAssociations") @ResponseWrapper(localName="updateUserTeamAssociationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.UserTeamAssociationServiceInterfaceupdateUserTeamAssociationsResponse") List<UserTeamAssociation> updateUserTeamAssociations(List<UserTeamAssociation> userTeamAssociations) throws ApiException_Exception
UserTeamAssociation objects.userTeamAssociations - the user team associations to updateuserTeamAssociations - ApiException_ExceptionCopyright © 2018. All Rights Reserved.