| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Users.Get |
class |
TestRail.Users.GetByEmail |
class |
TestRail.Users.List |
| Constructor and Description |
|---|
Users() |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Users.Get |
get(int userId)
Returns an existing user.
|
TestRail.Users.GetByEmail |
getByEmail(String email)
Returns an existing user by his/her email address.
|
TestRail.Users.List |
list()
Returns a list of users.
|
@Generated(value="lombok") public Users()
public TestRail.Users.Get get(int userId)
userId - the ID of the userIllegalArgumentException - if userId is not positivepublic TestRail.Users.GetByEmail getByEmail(@NonNull String email)
email - the email address to get the user forNullPointerException - if email is nullIllegalArgumentException - if email is emptypublic TestRail.Users.List list()
Copyright © 2017. All rights reserved.