Class UserResources
- java.lang.Object
-
- in.ashwanthkumar.gocd.client.apis.UserResources
-
public class UserResources extends Object
-
-
Constructor Summary
Constructors Constructor Description UserResources(HttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsersgetAllUsers()UsergetOneUser(String loginName)
-
-
-
Constructor Detail
-
UserResources
public UserResources(HttpClient client)
-
-
Method Detail
-
getAllUsers
public Users getAllUsers() throws IOException
- Throws:
IOException
-
getOneUser
public User getOneUser(String loginName) throws IOException
- Throws:
IOException
-
-