Class TemplateWithRenderOptions
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.model.graphical.TemplateWithRenderOptions
-
- All Implemented Interfaces:
Serializable
public class TemplateWithRenderOptions extends Object implements Serializable
This class combines several parameters to one (POST) parameter.
-
-
Field Summary
Fields Modifier and Type Field Description @Valid RenderOptions
options
@NotNull @Valid Template
template
-
Constructor Summary
Constructors Constructor Description TemplateWithRenderOptions()
-
-
-
Field Detail
-
template
@NotNull @Valid public @NotNull @Valid Template template
-
options
@Valid public @Valid RenderOptions options
-
-