public class RestAccessToken extends AbstractRestModel
self
Constructor and Description |
---|
RestAccessToken(Map<String,Object> json) |
RestAccessToken(@NotNull String tokenId,
@NotNull String tokenName,
@NotNull Iterable<String> permissions,
@NotNull Date creationDate,
@Nullable String rawToken) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate() |
String |
getName() |
List<String> |
getPermissions() |
String |
getRawToken() |
String |
getTokenId() |
String |
toString() |
getSelf, setSelf
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.