Uses of Class
io.gs2.experience.model.ScriptSetting
Packages that use ScriptSetting
-
Uses of ScriptSetting in io.gs2.experience.model
Methods in io.gs2.experience.model that return ScriptSettingModifier and TypeMethodDescriptionstatic ScriptSettingScriptSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getChangeExperienceScript()Namespace.getChangeRankCapScript()Namespace.getChangeRankScript()Namespace.getOverflowExperienceScript()ScriptSetting.withDoneTriggerQueueNamespaceId(String doneTriggerQueueNamespaceId) ScriptSetting.withDoneTriggerScriptId(String doneTriggerScriptId) ScriptSetting.withDoneTriggerTargetType(String doneTriggerTargetType) ScriptSetting.withTriggerScriptId(String triggerScriptId) Methods in io.gs2.experience.model with parameters of type ScriptSettingModifier and TypeMethodDescriptionvoidNamespace.setChangeExperienceScript(ScriptSetting changeExperienceScript) voidNamespace.setChangeRankCapScript(ScriptSetting changeRankCapScript) voidNamespace.setChangeRankScript(ScriptSetting changeRankScript) voidNamespace.setOverflowExperienceScript(ScriptSetting overflowExperienceScript) Namespace.withChangeExperienceScript(ScriptSetting changeExperienceScript) Namespace.withChangeRankCapScript(ScriptSetting changeRankCapScript) Namespace.withChangeRankScript(ScriptSetting changeRankScript) Namespace.withOverflowExperienceScript(ScriptSetting overflowExperienceScript) -
Uses of ScriptSetting in io.gs2.experience.request
Methods in io.gs2.experience.request that return ScriptSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getChangeExperienceScript()UpdateNamespaceRequest.getChangeExperienceScript()CreateNamespaceRequest.getChangeRankCapScript()UpdateNamespaceRequest.getChangeRankCapScript()CreateNamespaceRequest.getChangeRankScript()UpdateNamespaceRequest.getChangeRankScript()CreateNamespaceRequest.getOverflowExperienceScript()UpdateNamespaceRequest.getOverflowExperienceScript()Methods in io.gs2.experience.request with parameters of type ScriptSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setChangeExperienceScript(ScriptSetting changeExperienceScript) voidUpdateNamespaceRequest.setChangeExperienceScript(ScriptSetting changeExperienceScript) voidCreateNamespaceRequest.setChangeRankCapScript(ScriptSetting changeRankCapScript) voidUpdateNamespaceRequest.setChangeRankCapScript(ScriptSetting changeRankCapScript) voidCreateNamespaceRequest.setChangeRankScript(ScriptSetting changeRankScript) voidUpdateNamespaceRequest.setChangeRankScript(ScriptSetting changeRankScript) voidCreateNamespaceRequest.setOverflowExperienceScript(ScriptSetting overflowExperienceScript) voidUpdateNamespaceRequest.setOverflowExperienceScript(ScriptSetting overflowExperienceScript) CreateNamespaceRequest.withChangeExperienceScript(ScriptSetting changeExperienceScript) UpdateNamespaceRequest.withChangeExperienceScript(ScriptSetting changeExperienceScript) CreateNamespaceRequest.withChangeRankCapScript(ScriptSetting changeRankCapScript) UpdateNamespaceRequest.withChangeRankCapScript(ScriptSetting changeRankCapScript) CreateNamespaceRequest.withChangeRankScript(ScriptSetting changeRankScript) UpdateNamespaceRequest.withChangeRankScript(ScriptSetting changeRankScript) CreateNamespaceRequest.withOverflowExperienceScript(ScriptSetting overflowExperienceScript) UpdateNamespaceRequest.withOverflowExperienceScript(ScriptSetting overflowExperienceScript)