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

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

public class ScheduleModifyEvents
extends java.lang.Object
implements Action

登録されている予定を変更します。
入力した予定IDを元に予定を特定し変更します。
入力した情報をその予定に更新し、入力しないところも空の値として更新します。
予定のフォローは入力しても更新されません。

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

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

コンストラクタの詳細

ScheduleModifyEvents

public ScheduleModifyEvents()
メソッドの詳細

getAPIType

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

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

getActionName

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

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

addEvent

public void addEvent(Event event)
登録する予定を追加します。

パラメータ:
event -

getParameters

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

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