public class BitbucketProfile extends OAuth10Profile
This class is the user profile for Bitbucket with appropriate getters.
It is returned by the BitbucketClient.
logger, SEPARATOR| Constructor and Description |
|---|
BitbucketProfile() |
| Modifier and Type | Method and Description |
|---|---|
AttributesDefinition |
getAttributesDefinition()
Return the attributes definition for this user profile.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getPictureUrl()
Return the url of the picture of the user.
|
String |
getProfileUrl()
Return the url of the profile of the user.
|
boolean |
isTeam() |
clearSensitiveData, getAccessSecret, setAccessSecretgetAccessToken, setAccessTokengetDisplayName, getEmail, getFirstName, getGender, getLocale, getLocation, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, containsAttribute, getAttribute, getAttribute, getAttributes, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic AttributesDefinition getAttributesDefinition()
UserProfilenull for a (generic) user profile.getAttributesDefinition in class UserProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic String getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfilepublic boolean isTeam()
Copyright © 2017. All rights reserved.