Package org.vx68k.bitbucket.api
Interface BitbucketUser
-
- All Superinterfaces:
BitbucketAccount
- All Known Implementing Classes:
BitbucketClientUser
public interface BitbucketUser extends BitbucketAccount
User on Bitbucket Cloud.- Since:
- 5.0
- Author:
- Kaz Nishimura
-
-
Field Summary
-
Fields inherited from interface org.vx68k.bitbucket.api.BitbucketAccount
TEAM, USER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountId()
Returns the Atlassian account identifier.boolean
isStaff()
Returnstrue
if the user is staff.-
Methods inherited from interface org.vx68k.bitbucket.api.BitbucketAccount
getCreated, getDisplayName, getLocation, getName, getRepository, getType, getUUID, getWebsite, repositories
-
-
-
-
Method Detail
-
isStaff
boolean isStaff()
Returnstrue
if the user is staff.- Returns:
true
if staff;false
otherwise
-
getAccountId
String getAccountId()
Returns the Atlassian account identifier.- Returns:
- the Atlassian account identifier
-
-