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

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

public class ScheduleRemoveEvents
extends java.lang.Object
implements Action

登録されている予定を削除します。
入力した予定IDを元に予定を特定し削除します。
削除が成功した場合、空のSOAPメッセージを返します。
入力した予定IDの中に一つでも存在しない予定IDが含まれている場合は削除処理が行われず、エラーメッセージ(501)が返されます。

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

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

コンストラクタの詳細

ScheduleRemoveEvents

public ScheduleRemoveEvents()
メソッドの詳細

getAPIType

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

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

getActionName

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

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

addScheduleID

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

パラメータ:
scheduleid -

getParameters

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

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