Package com.circleci.client.v2.model
Class User
- java.lang.Object
-
- com.circleci.client.v2.model.User
-
public class User extends Object
User
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LOGINstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLogin()The login information for the user on the VCS.StringgetName()The name of the user.inthashCode()Userlogin(String login)Username(String name)voidsetLogin(String login)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LOGIN
public static final String JSON_PROPERTY_LOGIN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-