Class MetaDataInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.metadata.MetaDataInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for applicationNameGetter for applicationVersionGetter for frontendNameGetter for frontendVersionGetter for middlewareNameGetter for middlewareVersionvoid
setApplicationName
(String applicationName) Setter for applicationNamevoid
setApplicationVersion
(String applicationVersion) Setter for applicationVersionvoid
setFrontendName
(String frontendName) Setter for frontendNamevoid
setFrontendVersion
(String frontendVersion) Setter for frontendVersionvoid
setMiddlewareName
(String middlewareName) Setter for middlewareNamevoid
setMiddlewareVersion
(String middlewareVersion) Setter for middlewareVersionwithApplicationName
(String applicationName) Fluent setter for applicationNamewithApplicationVersion
(String applicationVersion) Fluent setter for applicationVersionwithFrontendName
(String frontendName) Fluent setter for frontendNamewithFrontendVersion
(String frontendVersion) Fluent setter for frontendVersionwithMiddlewareName
(String middlewareName) Fluent setter for middlewareNamewithMiddlewareVersion
(String middlewareVersion) Fluent setter for middlewareVersionMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getActionIdentity, getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
MetaDataInput
public MetaDataInput()
-
-
Method Details
-
getFrontendName
Getter for frontendName -
setFrontendName
Setter for frontendName -
withFrontendName
Fluent setter for frontendName -
getFrontendVersion
Getter for frontendVersion -
setFrontendVersion
Setter for frontendVersion -
withFrontendVersion
Fluent setter for frontendVersion -
getMiddlewareName
Getter for middlewareName -
setMiddlewareName
Setter for middlewareName -
withMiddlewareName
Fluent setter for middlewareName -
getMiddlewareVersion
Getter for middlewareVersion -
setMiddlewareVersion
Setter for middlewareVersion -
withMiddlewareVersion
Fluent setter for middlewareVersion -
getApplicationName
Getter for applicationName -
setApplicationName
Setter for applicationName -
withApplicationName
Fluent setter for applicationName -
getApplicationVersion
Getter for applicationVersion -
setApplicationVersion
Setter for applicationVersion -
withApplicationVersion
Fluent setter for applicationVersion
-