public class DropboxTokenImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements DropboxToken
Modifier and Type | Class and Description |
---|---|
static class |
DropboxTokenImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
DropboxToken.NameProvider
Constructor and Description |
---|
DropboxTokenImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String authorizationCode,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getAccessCode() |
String |
getAuthorizationCode() |
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@DataBoundConstructor public DropboxTokenImpl(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, @Nonnull String authorizationCode, String description) throws IOException
IOException
@NonNull public String getAuthorizationCode()
getAuthorizationCode
in interface DropboxToken
@NonNull public String getAccessCode()
getAccessCode
in interface DropboxToken
Copyright © 2016–2018. All rights reserved.