Package com.alfresco.process.models
Class RequestLinkContent
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class RequestLinkContentMarked as RequestLinkContent
-
-
Constructor Summary
Constructors Constructor Description RequestLinkContent(String source, String mimeType, String sourceId, String name)
-
Method Summary
Modifier and Type Method Description final StringgetSource()final UnitsetSource(@Json(name = "source") String source)final StringgetMimeType()final UnitsetMimeType(@Json(name = "mimeType") String mimeType)final StringgetSourceId()final UnitsetSourceId(@Json(name = "sourceId") String sourceId)final StringgetName()final UnitsetName(@Json(name = "name") String name)-
-
Method Detail
-
getMimeType
final String getMimeType()
-
setMimeType
final Unit setMimeType(@Json(name = "mimeType") String mimeType)
-
getSourceId
final String getSourceId()
-
setSourceId
final Unit setSourceId(@Json(name = "sourceId") String sourceId)
-
-
-
-