|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectoffice.api.schedule.ScheduleAddEvents
public class ScheduleAddEvents
予定の登録を行います。
コンストラクタの概要 | |
---|---|
ScheduleAddEvents()
|
メソッドの概要 | |
---|---|
void |
addEvent(Event event)
登録する予定を追加します。 |
java.lang.String |
getActionName()
ScheduleAddEventsのアクション名を取得します |
APIType |
getAPIType()
スケジュールAPIのAPITypeを取得します |
org.apache.axiom.om.OMElement |
getParameters()
各APIが実装するSOAPリクエストのパラメータ部分を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ScheduleAddEvents()
メソッドの詳細 |
---|
public void addEvent(Event event)
event
- public APIType getAPIType()
Action
内の getAPIType
APIType
- スケジュールAPIType
public java.lang.String getActionName()
Action
内の getActionName
String
- "ScheduleAddEvents"のアクション名
public org.apache.axiom.om.OMElement getParameters()
Action
の記述:
Action
内の getParameters
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |