Uses of Class
com.contentful.java.cma.model.CMAAssetFile
-
Packages that use CMAAssetFile Package Description com.contentful.java.cma.model -
-
Uses of CMAAssetFile in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAAssetFile Modifier and Type Method Description CMAAssetFileCMAAsset.Fields. getFile(java.lang.String locale)Return the localized file of this asset.CMAAssetFileCMAAsset.Fields.Localized. getFile()CMAAssetFileCMAAssetFile. setContentType(java.lang.String contentType)Set what content type is stored in this asset.CMAAssetFileCMAAssetFile. setFileName(java.lang.String fileName)Set a filename to be used for identifying the file.CMAAssetFileCMAAssetFile. setUploadFrom(CMALink uploadFrom)Set a link to a Contentful Upload entry, to be used for processing the binary data from.CMAAssetFileCMAAssetFile. setUploadUrl(java.lang.String upload)Set a public accessible url to be used for processing the binary data from.Methods in com.contentful.java.cma.model with parameters of type CMAAssetFile Modifier and Type Method Description CMAAsset.Fields.LocalizedCMAAsset.Fields.Localized. setFile(CMAAssetFile value)Change the localized version of the file.CMAAsset.FieldsCMAAsset.Fields. setFile(java.lang.String locale, CMAAssetFile file)Update or create a new file for this asset.
-