jp.co.joyzo.office.api.schedule
クラス ScheduleLeaveEvents

java.lang.Object
  上位を拡張 jp.co.joyzo.office.api.schedule.ScheduleLeaveEvents
すべての実装されたインタフェース:
Action

public class ScheduleLeaveEvents
extends java.lang.Object
implements Action

API実行ユーザーが参加している予定から抜けます。
繰り返し予定と仮予定からは抜けることはできません。

バージョン:
$api_version ver 2.0.0$
作成者:
joyzo Corp,Inc.

コンストラクタの概要
ScheduleLeaveEvents()
           
 
メソッドの概要
 void addScheduleID(java.lang.String scheduleid)
          抜ける予定IDを追加します。
 java.lang.String getActionName()
          ScheduleLeaveEventsのアクション名を取得します
 APIType getAPIType()
          スケジュールAPIのAPITypeを取得します
 org.apache.axiom.om.OMElement getParameters()
          parametersタグを生成します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ScheduleLeaveEvents

public ScheduleLeaveEvents()
メソッドの詳細

getActionName

public java.lang.String getActionName()
ScheduleLeaveEventsのアクション名を取得します

定義:
インタフェース Action 内の getActionName
パラメータ:
String - "ScheduleLeaveEvents"のアクション名
戻り値:
String API名

getAPIType

public APIType getAPIType()
スケジュールAPIのAPITypeを取得します

定義:
インタフェース Action 内の getAPIType
パラメータ:
APIType - スケジュールAPIType
戻り値:
APIType

addScheduleID

public void addScheduleID(java.lang.String scheduleid)
抜ける予定IDを追加します。

パラメータ:
scheduleid - 予定ID

getParameters

public org.apache.axiom.om.OMElement getParameters()
parametersタグを生成します。

定義:
インタフェース Action 内の getParameters
戻り値:
OMElement 生成されたparametersタグ