Package io.gs2.dictionary.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.dictionary.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDescription(String description) voidsetDuplicateEntryScript(String duplicateEntryScript) voidsetEntryScript(ScriptSetting entryScript) voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withDuplicateEntryScript(String duplicateEntryScript) withEntryScript(ScriptSetting entryScript) withLogSetting(LogSetting logSetting) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateNamespaceRequest
public UpdateNamespaceRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getDescription
-
setDescription
-
withDescription
-
getEntryScript
-
setEntryScript
-
withEntryScript
-
getDuplicateEntryScript
-
setDuplicateEntryScript
-
withDuplicateEntryScript
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-