Class RenderTemplateInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.templates.RenderTemplateInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Getter for codeGetter for contextGetter for templateIdentifierGetter for templateTypevoid
Setter for codevoid
setContext
(Map<String, ? extends Object> context) Setter for contextvoid
setTemplateIdentifier
(String templateIdentifier) Setter for templateIdentifiervoid
setTemplateType
(TemplateType templateType) Setter for templateTypeFluent setter for codewithContext
(Map<String, Object> context) Fluent setter for contextwithTemplateIdentifier
(String templateIdentifier) Fluent setter for templateIdentifierwithTemplateType
(TemplateType templateType) Fluent setter for templateTypeMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getActionIdentity, getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
RenderTemplateInput
public RenderTemplateInput()
-
-
Method Details
-
getCode
Getter for code -
setCode
Setter for code -
withCode
Fluent setter for code -
getTemplateType
Getter for templateType -
setTemplateType
Setter for templateType -
withTemplateType
Fluent setter for templateType -
getContext
-
setContext
-
withContext
Fluent setter for context -
getTemplateIdentifier
Getter for templateIdentifier -
setTemplateIdentifier
Setter for templateIdentifier -
withTemplateIdentifier
Fluent setter for templateIdentifier
-