Package com.alfresco.process.models
Class FieldSource
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class FieldSource
-
-
Constructor Summary
Constructors Constructor Description FieldSource(String serviceId, String name)
-
Method Summary
Modifier and Type Method Description final StringgetServiceId()final UnitsetServiceId(@Json(name = "serviceId") String serviceId)final StringgetName()final UnitsetName(@Json(name = "name") String name)-
-
Method Detail
-
getServiceId
final String getServiceId()
-
setServiceId
final Unit setServiceId(@Json(name = "serviceId") String serviceId)
-
-
-
-