Class PreActionResponseBean
java.lang.Object
ch.tocco.nice2.rest.action.spi.beans.PreActionResponseBean
-
Constructor Summary
ConstructorDescriptionPreActionResponseBean
(@Nullable InitialFormValueResponseBean initialFormValues, @Nullable PreCheckResponseBean preCheck) PreActionResponseBean
(InitialFormValueResponseBean initialFormValues) PreActionResponseBean
(PreCheckResponseBean preCheck) -
Method Summary
Modifier and TypeMethodDescriptionstatic PreActionResponseBean
fromContent
(PreActionResponseContent content) @Nullable InitialFormValueResponseBean
@Nullable PreCheckResponseBean
-
Constructor Details
-
PreActionResponseBean
public PreActionResponseBean() -
PreActionResponseBean
-
PreActionResponseBean
-
PreActionResponseBean
public PreActionResponseBean(@Nullable @Nullable InitialFormValueResponseBean initialFormValues, @Nullable @Nullable PreCheckResponseBean preCheck)
-
-
Method Details
-
fromContent
-
getInitialFormValues
-
getPreCheck
-