Uses of Class
com.yahoo.marketing.apt.User

Packages that use User
com.yahoo.marketing.apt   
 

Uses of User in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as User
private  User UserResponse.user
           
 

Methods in com.yahoo.marketing.apt that return User
 User UserServiceHttpBindingStub.getMyUser()
           
 User UserService.getMyUser()
           
 User UserResponse.getUser()
          Gets the user value for this UserResponse.
 User UserServiceHttpBindingStub.getUser(long userID)
           
 User UserService.getUser(long userID)
           
 User[] UserServiceHttpBindingStub.getUsers(long[] userIDs)
           
 User[] UserService.getUsers(long[] userIDs)
           
 User[] UserServiceHttpBindingStub.getUsersByAccountID(int startElement, int numElements)
           
 User[] UserService.getUsersByAccountID(int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type User
 UserResponse[] UserServiceHttpBindingStub.addUsersToAccount(User[] users)
           
 UserResponse[] UserService.addUsersToAccount(User[] users)
           
 UserResponse UserServiceHttpBindingStub.addUserToAccount(User user)
           
 UserResponse UserService.addUserToAccount(User user)
           
 void UserResponse.setUser(User user)
          Sets the user value for this UserResponse.
 UserResponse UserServiceHttpBindingStub.updateUser(User user)
           
 UserResponse UserService.updateUser(User user)
           
 UserResponse[] UserServiceHttpBindingStub.updateUsers(User[] users)
           
 UserResponse[] UserService.updateUsers(User[] users)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type User
UserResponse(Error[] errors, java.lang.Boolean operationSucceeded, User user)