Package io.gs2.quest.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.quest.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()Deprecated.Deprecated.voidsetCompleteQuestScript(ScriptSetting completeQuestScript) voidsetDescription(String description) voidsetFailedQuestScript(ScriptSetting failedQuestScript) voidDeprecated.voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) voidsetQueueNamespaceId(String queueNamespaceId) Deprecated.voidsetStartQuestScript(ScriptSetting startQuestScript) voidsetTransactionSetting(TransactionSetting transactionSetting) com.fasterxml.jackson.databind.JsonNodetoJson()withCompleteQuestScript(ScriptSetting completeQuestScript) withDescription(String description) withFailedQuestScript(ScriptSetting failedQuestScript) Deprecated.withLogSetting(LogSetting logSetting) withNamespaceName(String namespaceName) withQueueNamespaceId(String queueNamespaceId) Deprecated.withStartQuestScript(ScriptSetting startQuestScript) withTransactionSetting(TransactionSetting transactionSetting) 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
-
getTransactionSetting
-
setTransactionSetting
-
withTransactionSetting
-
getStartQuestScript
-
setStartQuestScript
-
withStartQuestScript
-
getCompleteQuestScript
-
setCompleteQuestScript
-
withCompleteQuestScript
-
getFailedQuestScript
-
setFailedQuestScript
-
withFailedQuestScript
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getQueueNamespaceId
Deprecated. -
setQueueNamespaceId
Deprecated. -
withQueueNamespaceId
Deprecated. -
getKeyId
Deprecated. -
setKeyId
Deprecated. -
withKeyId
Deprecated. -
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-