Package io.gs2.formation.request
Class UpdateCurrentFormMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateCurrentFormMasterRequest>
io.gs2.formation.request.UpdateCurrentFormMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) voidsetSettings(String settings) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withSettings(String settings) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateCurrentFormMasterRequest
public UpdateCurrentFormMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getSettings
-
setSettings
-
withSettings
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-