public class CMAAsset.Fields.Localized extends Object
Please use CMAAsset.Fields.localize(String) to see how to create an instance.
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
CMAAssetFile |
getFile() |
String |
getTitle() |
CMAAsset.Fields.Localized |
setDescription(String value)
Change the localized version of the description.
|
CMAAsset.Fields.Localized |
setFile(CMAAssetFile value)
Change the localized version of the file.
|
CMAAsset.Fields.Localized |
setTitle(String value)
Change the localized version of the title.
|
String |
toString() |
public String getDescription()
CMAAsset.Fields.getDescription(String)public CMAAsset.Fields.Localized setDescription(String value)
value - the description to be set.CMAAsset.Fields.setDescription(String, String)public String getTitle()
CMAAsset.Fields.getTitle(String)public CMAAsset.Fields.Localized setTitle(String value)
value - the title to be set.CMAAsset.Fields.setTitle(String, String)public CMAAssetFile getFile()
CMAAsset.Fields.getFile(String)public CMAAsset.Fields.Localized setFile(CMAAssetFile value)
value - the file to be set.CMAAsset.Fields.setFile(String, CMAAssetFile)Copyright © 2026 Contentful, GmbH.. All rights reserved.