public final class DigitalAssetUpdateContext extends DigitalAssetContext
Constructor and Description |
---|
DigitalAssetUpdateContext(DigitalAssetContext digitalAssetContext,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
DigitalAssetState state)
Deprecated.
Specifies the updated information of the digital asset to be used in method
DriveManager.update(DigitalAssetUpdateContext) . |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Deprecated.
Returns the description.
|
com.onwbp.base.text.UserMessage |
getLabel()
Deprecated.
Returns the label.
|
DigitalAssetState |
getState()
Deprecated.
Returns the state.
|
getContext, getDigitalAssetKey
public DigitalAssetUpdateContext(DigitalAssetContext digitalAssetContext, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description, DigitalAssetState state)
DriveManager.update(DigitalAssetUpdateContext)
.digitalAssetContext
- the context of the digital assetlabel
- the new label of the digital asset that will be updateddescription
- the new description of the digital asset that will be updatedstate
- the new state of the digital asset that will be updatedpublic DigitalAssetState getState()
public com.onwbp.base.text.UserMessage getLabel()
public com.onwbp.base.text.UserMessage getDescription()