Uses of Class
io.gs2.ranking.model.LogSetting
Packages that use LogSetting
-
Uses of LogSetting in io.gs2.ranking.model
Methods in io.gs2.ranking.model that return LogSettingModifier and TypeMethodDescriptionstatic LogSettingLogSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getLogSetting()LogSetting.withLoggingNamespaceId(String loggingNamespaceId) Methods in io.gs2.ranking.model with parameters of type LogSettingModifier and TypeMethodDescriptionvoidNamespace.setLogSetting(LogSetting logSetting) Namespace.withLogSetting(LogSetting logSetting) -
Uses of LogSetting in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return LogSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getLogSetting()UpdateNamespaceRequest.getLogSetting()Methods in io.gs2.ranking.request with parameters of type LogSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setLogSetting(LogSetting logSetting) voidUpdateNamespaceRequest.setLogSetting(LogSetting logSetting) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting)