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.v201711.User> usersToCreate) |
protected com.google.api.ads.dfp.axis.v201711.UserServiceInterface |
createUserService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201711.Role> |
getAllRoles(com.google.api.ads.dfp.lib.client.DfpSession session) |
com.google.api.ads.dfp.axis.v201711.User |
getCurrentUser(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201711.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.v201711.User> usersToUpdate) |
protected com.google.api.ads.dfp.axis.v201711.UserServiceInterface createUserService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<com.google.api.ads.dfp.axis.v201711.User> getUsers(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryUser, Integer queryOffset) throws DfpApiException, DfpCommunicationException
public Integer performUsers(com.google.api.ads.dfp.lib.client.DfpSession session, String userActionString, String queryString, Map<String,Object> queryParams) throws DfpException
DfpException
public List<Long> createUsers(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.User> usersToCreate) throws DfpApiException, DfpCommunicationException
public List<Long> updateUsers(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.User> usersToUpdate) throws DfpApiException, DfpCommunicationException
public List<com.google.api.ads.dfp.axis.v201711.Role> getAllRoles(com.google.api.ads.dfp.lib.client.DfpSession session) throws DfpApiException, DfpCommunicationException
public com.google.api.ads.dfp.axis.v201711.User getCurrentUser(com.google.api.ads.dfp.lib.client.DfpSession session) throws DfpApiException, DfpCommunicationException
Copyright © 2010–2018. All rights reserved.