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

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

public class BaseGetOrganizationsById
extends java.lang.Object
implements Action

グループIDをリクエストのパラメータとして受け取り、グループ情報をレスポンスとして返します。

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

コンストラクタの概要
BaseGetOrganizationsById()
           
 
メソッドの概要
 void addOrganizationID(java.lang.String orgid)
          グループ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
 

コンストラクタの詳細

BaseGetOrganizationsById

public BaseGetOrganizationsById()
メソッドの詳細

getActionName

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

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

getAPIType

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

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

addOrganizationID

public void addOrganizationID(java.lang.String orgid)
グループIDを追加します。

パラメータ:
orgid - グループID

getParameters

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

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