header method Null safety
ヘッダーを追加する
name
ヘッダー名
value
ヘッダーの値
Implementation
NCMBScript header(String name, String value) {
_headers[name] = value;
return this;
}
ヘッダーを追加する
name
ヘッダー名
value
ヘッダーの値
NCMBScript header(String name, String value) {
_headers[name] = value;
return this;
}