Class RestAccessToken
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.user.RestAccessToken
-
public class RestAccessToken extends AbstractRestModel
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationDate()
Integer
getDaysUntilExpiry()
String
getName()
List<String>
getPermissions()
String
getRawToken()
String
getTokenId()
String
toString()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-