jp.co.joyzo.office.api.base
クラス BaseGetOrganizationVersions

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

public class BaseGetOrganizationVersions
extends java.lang.Object
implements Action

グループの更新情報を取得します。
Office8がリクエストで受け取ったversionとOffice8が持つversionが異なる場合、レスポンスのoperationは”modify”となります。
Office8に存在するグループをリクエストで受け取らなかった場合、レスポンスのoperationは”add”となります。
Office8に存在しないグループをリクエストで受け取った場合、レスポンスのoperationは”remove”となります。

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

コンストラクタの概要
BaseGetOrganizationVersions()
           
 
メソッドの概要
 void addOrganizationItem(ItemVersionType type)
          グループIDとバージョン情報を追加します。
 java.lang.String getActionName()
          対応する API の名前を返します。
 APIType getAPIType()
          対応する API の種別を返します。
 org.apache.axiom.om.OMElement getParameters()
          parametersタグを生成します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BaseGetOrganizationVersions

public BaseGetOrganizationVersions()
メソッドの詳細

getActionName

public java.lang.String getActionName()
インタフェース Action の記述:
対応する API の名前を返します。

定義:
インタフェース Action 内の getActionName
戻り値:
String API名

getAPIType

public APIType getAPIType()
インタフェース Action の記述:
対応する API の種別を返します。

定義:
インタフェース Action 内の getAPIType
戻り値:
APIType

addOrganizationItem

public void addOrganizationItem(ItemVersionType type)
グループIDとバージョン情報を追加します。

パラメータ:
ItemVersionType - グループのItemVersionType

getParameters

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

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