Пример #1
0
 /**
  * プロフィールを更新したときに実行するスクリプトを設定
  *
  * @param updateProfileScript プロフィールを更新したときに実行するスクリプト
  * @return this
  */
 public Namespace WithUpdateProfileScript(Gs2.Gs2Friend.Model.ScriptSetting updateProfileScript)
 {
     this.updateProfileScript = updateProfileScript;
     return(this);
 }
Пример #2
0
 /**
  * フレンドリクエストを拒否したときに実行するスクリプトを設定
  *
  * @param rejectRequestScript フレンドリクエストを拒否したときに実行するスクリプト
  * @return this
  */
 public Namespace WithRejectRequestScript(Gs2.Gs2Friend.Model.ScriptSetting rejectRequestScript)
 {
     this.rejectRequestScript = rejectRequestScript;
     return(this);
 }
Пример #3
0
 /**
  * フレンドを削除したときに実行するスクリプトを設定
  *
  * @param deleteFriendScript フレンドを削除したときに実行するスクリプト
  * @return this
  */
 public Namespace WithDeleteFriendScript(Gs2.Gs2Friend.Model.ScriptSetting deleteFriendScript)
 {
     this.deleteFriendScript = deleteFriendScript;
     return(this);
 }
Пример #4
0
 /**
  * フレンドリクエストを承諾したときに実行するスクリプトを設定
  *
  * @param acceptRequestScript フレンドリクエストを承諾したときに実行するスクリプト
  * @return this
  */
 public Namespace WithAcceptRequestScript(Gs2.Gs2Friend.Model.ScriptSetting acceptRequestScript)
 {
     this.acceptRequestScript = acceptRequestScript;
     return(this);
 }
Пример #5
0
 /**
  * フレンドリクエストをキャンセルしたときに実行するスクリプトを設定
  *
  * @param cancelRequestScript フレンドリクエストをキャンセルしたときに実行するスクリプト
  * @return this
  */
 public Namespace WithCancelRequestScript(Gs2.Gs2Friend.Model.ScriptSetting cancelRequestScript)
 {
     this.cancelRequestScript = cancelRequestScript;
     return(this);
 }
Пример #6
0
 /**
  * フレンドリクエストを発行したときに実行するスクリプトを設定
  *
  * @param sendRequestScript フレンドリクエストを発行したときに実行するスクリプト
  * @return this
  */
 public Namespace WithSendRequestScript(Gs2.Gs2Friend.Model.ScriptSetting sendRequestScript)
 {
     this.sendRequestScript = sendRequestScript;
     return(this);
 }
Пример #7
0
 /**
  * アンフォローされたときに実行するスクリプトを設定
  *
  * @param unfollowScript アンフォローされたときに実行するスクリプト
  * @return this
  */
 public Namespace WithUnfollowScript(Gs2.Gs2Friend.Model.ScriptSetting unfollowScript)
 {
     this.unfollowScript = unfollowScript;
     return(this);
 }
Пример #8
0
 /**
  * フォローされたときに実行するスクリプトを設定
  *
  * @param followScript フォローされたときに実行するスクリプト
  * @return this
  */
 public Namespace WithFollowScript(Gs2.Gs2Friend.Model.ScriptSetting followScript)
 {
     this.followScript = followScript;
     return(this);
 }