Package io.thestencil.client.api
Interface StencilClient.WorkflowReleaseItem
-
- All Superinterfaces:
Serializable,StencilClient.ReleaseItem
- All Known Implementing Classes:
ImmutableWorkflowReleaseItem
- Enclosing interface:
- StencilClient
@Immutable public static interface StencilClient.WorkflowReleaseItem extends StencilClient.ReleaseItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getArticles()List<StencilClient.LocaleLabel>getLabels()StringgetValue()-
Methods inherited from interface io.thestencil.client.api.StencilClient.ReleaseItem
getHash, getId
-
-
-
-
Method Detail
-
getValue
String getValue()
-
getLabels
List<StencilClient.LocaleLabel> getLabels()
-
-