|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.joyzo.office.api.schedule.ScheduleGetFacilityVersions
public class ScheduleGetFacilityVersions
設備の更新情報を取得します。
Office8がリクエストで受け取ったversionとOffice8が持つversionが異なる場合、レスポンスでその設備のoperationは、”modify”となります。
リクエストで受け取らなかった予定が存在する場合、レスポンスでその設備のoperationは、”add”となります。
存在しない予定をリクエストで受け取った場合、レスポンスでその設備のoperationは、”remove”となります。
コンストラクタの概要 | |
---|---|
ScheduleGetFacilityVersions()
|
メソッドの概要 | |
---|---|
void |
addFacilityItem(ItemVersionType type)
設備IDとバージョン情報を追加します。 |
java.lang.String |
getActionName()
ScheduleGetFacilityVersionsのアクション名を取得します |
APIType |
getAPIType()
スケジュールAPIのAPITypeを取得します |
org.apache.axiom.om.OMElement |
getParameters()
parametersタグを生成します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ScheduleGetFacilityVersions()
メソッドの詳細 |
---|
public java.lang.String getActionName()
Action
内の getActionName
String
- "ScheduleGetFacilityVersions"のアクション名
public APIType getAPIType()
Action
内の getAPIType
APIType
- スケジュールAPIType
public void addFacilityItem(ItemVersionType type)
ItemVersionType
- 設備のItemVersionTypepublic org.apache.axiom.om.OMElement getParameters()
Action
内の getParameters
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |