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 middlewareVersionvoidsetApplicationName(String applicationName) Setter for applicationNamevoidsetApplicationVersion(String applicationVersion) Setter for applicationVersionvoidsetFrontendName(String frontendName) Setter for frontendNamevoidsetFrontendVersion(String frontendVersion) Setter for frontendVersionvoidsetMiddlewareName(String middlewareName) Setter for middlewareNamevoidsetMiddlewareVersion(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
-