> + * @param options > + * Pagination options > + * @see API: <a href= > + * > "http://community.abiquo.com/display/ABI20/UserResource#UserResource-Retrievealistofusers" > + * > > + * > http://community.abiquo.com/display/ABI20/UserResource#UserResource- > + * Retrievealistofusers </a> > + * @return List of users of this enterprise, according to the specified > + * pagination options > + */ > + public List<User> listUsers(final UserOptions options) { > + UsersDto dto = context.getApi().getEnterpriseApi().listUsers( > + this.unwrap(), options); > + return wrap(context, User.class, dto.getCollection()); > + } > + /**
Add a blank line above here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/22/files#r5806249
