public class UserService extends Object
Constructor and Description |
---|
UserService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.User> usersToCreate) |
protected com.google.api.ads.dfp.axis.v201805.UserServiceInterface |
createUserService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.Role> |
getAllRoles(com.google.api.ads.dfp.lib.client.DfpSession session) |
com.google.api.ads.dfp.axis.v201805.User |
getCurrentUser(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.User> |
getUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryUser,
Integer queryOffset) |
Integer |
performUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
String userActionString,
String queryString,
Map<String,Object> queryParams) |
List<Long> |
updateUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.User> usersToUpdate) |
protected com.google.api.ads.dfp.axis.v201805.UserServiceInterface createUserService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<com.google.api.ads.dfp.axis.v201805.User> getUsers(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryUser, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
public Integer performUsers(com.google.api.ads.dfp.lib.client.DfpSession session, String userActionString, String queryString, Map<String,Object> queryParams) throws AdManagerException
AdManagerException
public List<Long> createUsers(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.User> usersToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateUsers(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.User> usersToUpdate) throws AdManagerApiException, AdManagerCommunicationException
public List<com.google.api.ads.dfp.axis.v201805.Role> getAllRoles(com.google.api.ads.dfp.lib.client.DfpSession session) throws AdManagerApiException, AdManagerCommunicationException
public com.google.api.ads.dfp.axis.v201805.User getCurrentUser(com.google.api.ads.dfp.lib.client.DfpSession session) throws AdManagerApiException, AdManagerCommunicationException
Copyright © 2010–2019. All rights reserved.