NCMBScript class

スクリプト用クラス

Constructors

NCMBScript(String scriptName)
コンストラクター scriptName スクリプト名

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptName String
スクリプト名
final

Methods

body(String name, Object value) NCMBScript
ボディを追加する name ボディ名 value ボディの値
delete() Future<Object>
DELETEメソッドを実行する
get() Future<Object>
GETメソッドを実行する
ヘッダーを追加する name ヘッダー名 value ヘッダーの値
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post() Future<Object>
POSTメソッドを実行する
put() Future<Object>
PUTメソッドを実行する
query(String name, Object value) NCMBScript
クエリーを追加する name クエリー名 value クエリーの値
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited