Mule Box.net Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
cn.com.believer.songyuanframework.openapi.storage.box
cn.com.believer.songyuanframework.openapi.storage.box.constant
cn.com.believer.songyuanframework.openapi.storage.box.factories
cn.com.believer.songyuanframework.openapi.storage.box.functions
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.core
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.utils
cn.com.believer.songyuanframework.openapi.storage.box.objects
org.mule.modules.boxnet
org.mule.modules.boxnet.adapters
org.mule.modules.boxnet.callback
org.mule.modules.boxnet.config
org.mule.modules.boxnet.processors
Interfaces
Box
BoxAbstractFile
BoxFile
BoxFolder
BoxFriend
BoxSubscription
BoxTag
BoxUser
UploadResult
Exceptions
BoxException
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
UploadResult
cn.com.believer.songyuanframework.openapi.storage.box.objects.UploadResult
Known Indirect Subclasses
UploadResultImpl
UploadResultImpl
Summary
Public Methods
abstract String
getErrorInfo
()
abstract
BoxFile
getFile
()
abstract boolean
isHasError
()
abstract void
setErrorInfo
(String errorInfo)
abstract void
setFile
(
BoxFile
file)
abstract void
setHasError
(boolean hasError)
Public Methods
public abstract String
getErrorInfo
()
Returns
the errorInfo
public abstract
BoxFile
getFile
()
Returns
the file
public abstract boolean
isHasError
()
Returns
the hasError
public abstract void
setErrorInfo
(String errorInfo)
Parameters
errorInfo
The errorInfo to set
public abstract void
setFile
(
BoxFile
file)
Parameters
file
The file to set
public abstract void
setHasError
(boolean hasError)
Parameters
hasError
The hasError to set