Uses of Class
io.gs2.mission.model.ScopedValue
Packages that use ScopedValue
-
Uses of ScopedValue in io.gs2.mission.model
Methods in io.gs2.mission.model that return ScopedValueModifier and TypeMethodDescriptionstatic ScopedValueScopedValue.fromJson(com.fasterxml.jackson.databind.JsonNode data) ScopedValue.withNextResetAt(Long nextResetAt) ScopedValue.withResetType(String resetType) ScopedValue.withUpdatedAt(Long updatedAt) Methods in io.gs2.mission.model that return types with arguments of type ScopedValueMethod parameters in io.gs2.mission.model with type arguments of type ScopedValueModifier and TypeMethodDescriptionvoidCounter.setValues(List<ScopedValue> values) Counter.withValues(List<ScopedValue> values) -
Uses of ScopedValue in io.gs2.mission.request
Methods in io.gs2.mission.request that return types with arguments of type ScopedValueMethod parameters in io.gs2.mission.request with type arguments of type ScopedValueModifier and TypeMethodDescriptionvoidSetCounterByUserIdRequest.setValues(List<ScopedValue> values) SetCounterByUserIdRequest.withValues(List<ScopedValue> values)