Uses of Class
io.gs2.cdk.mission.model.ScopedValue
Packages that use ScopedValue
-
Uses of ScopedValue in io.gs2.cdk.mission.ref
Method parameters in io.gs2.cdk.mission.ref with type arguments of type ScopedValueModifier and TypeMethodDescriptionCounterModelRef.setCounter(List<ScopedValue> values) CounterModelRef.setCounter(List<ScopedValue> values, String userId) NamespaceRef.setCounter(String counterName, List<ScopedValue> values) NamespaceRef.setCounter(String counterName, List<ScopedValue> values, String userId) -
Uses of ScopedValue in io.gs2.cdk.mission.stampSheet
Constructor parameters in io.gs2.cdk.mission.stampSheet with type arguments of type ScopedValueModifierConstructorDescriptionSetCounterByUserId(String namespaceName, String counterName, List<ScopedValue> values, String userId)