APIリファレンス(JavaScript)
baasatrakuza > StampRallyQuery
StampRallyQuery class
スタンプラリー情報のQueryです。
Signature:
export declare class StampRallyQuery extends QueryBase<StampRallyQuery>
Extends: QueryBase<StampRallyQuery>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(context, systemClient) | Constructs a new instance of the StampRallyQuery class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| all() | 開催状態にかかわらず、すべてのスタンプラリー情報を検索して返します。 | |
| current() | 開催中のスタンプラリー情報を検索して返します。 |