public class CMAAsset.Fields.Localized
extends java.lang.Object
Please use CMAAsset.Fields.localize(String)
to see how to create an instance.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
CMAAssetFile |
getFile() |
java.lang.String |
getTitle() |
CMAAsset.Fields.Localized |
setDescription(java.lang.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(java.lang.String value)
Change the localized version of the title.
|
java.lang.String |
toString() |
public java.lang.String getDescription()
CMAAsset.Fields.getDescription(String)
public CMAAsset.Fields.Localized setDescription(java.lang.String value)
value
- the description to be set.CMAAsset.Fields.setDescription(String, String)
public java.lang.String getTitle()
CMAAsset.Fields.getTitle(String)
public CMAAsset.Fields.Localized setTitle(java.lang.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)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.