Class JsonUserProfileResponse
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.azuredevops.json.JsonUserProfileResponse
-
public final class JsonUserProfileResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JsonUserProfileResponse.CoreAttributes
-
Constructor Summary
Constructors Constructor Description JsonUserProfileResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonUserProfileResponse.CoreAttributes
getCoreAttributes()
String
getDisplayName()
String
getEmailAddress()
String
getId()
String
getPublicAlias()
-
-
-
Method Detail
-
getId
public String getId()
-
getEmailAddress
public String getEmailAddress()
-
getDisplayName
public String getDisplayName()
-
getPublicAlias
public String getPublicAlias()
-
getCoreAttributes
public JsonUserProfileResponse.CoreAttributes getCoreAttributes()
-
-