java.lang.Object
com.atlassian.bamboo.rest.model.accesstoken.CreateAccessTokenRequest
public class CreateAccessTokenRequest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreateAccessTokenRequest
public CreateAccessTokenRequest(String name,
@NotNull
@NotNull Iterable<String> permissions,
@Nullable
@Nullable Integer daysUntilExpiry)
-
Method Details
-
-
getPermissions
@NotNull
public @NotNull List<String> getPermissions()
-
getDaysUntilExpiry
@Nullable
public @Nullable Integer getDaysUntilExpiry()