public abstract class CloudBackupContext extends java.lang.Object implements BackupContext
| Constructor and Description |
|---|
CloudBackupContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getAppScope()
Get the application scope.
|
abstract java.lang.String |
getClientId()
Get the client ID for access the cloud service.
|
java.lang.String |
getParameter(java.lang.String parameter)
Get the parameter for backup operation by key.
|
abstract java.lang.String |
getRedirectUrl()
Get the redirect URL.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthorization, getTypepublic java.lang.String getParameter(java.lang.String parameter)
BackupContextgetParameter in interface BackupContextparameter - The parameter name.public abstract java.lang.String getClientId()
public abstract java.lang.String getRedirectUrl()
public abstract java.lang.String getAppScope()