office.api.common
インタフェース Action

既知の実装クラスの一覧:
BaseGetUsersById, BaseGetUsersByLoginName, ScheduleAddEvents, ScheduleGetEventsByTarget

public interface Action

API に対応するアクションを表します。

バージョン:
$api_version ver 1.0.0$
作成者:
$api_author Office Team@Cybozu$

メソッドの概要
 java.lang.String getActionName()
          対応する API の名前を返します。
 APIType getAPIType()
          対応する API の種別を返します。
 org.apache.axiom.om.OMElement getParameters()
          各APIが実装するSOAPリクエストのパラメータ部分を返します。
 

メソッドの詳細

getParameters

org.apache.axiom.om.OMElement getParameters()
各APIが実装するSOAPリクエストのパラメータ部分を返します。

戻り値:
OMElement パラメーター

getActionName

java.lang.String getActionName()
対応する API の名前を返します。

戻り値:
String API名

getAPIType

APIType getAPIType()
対応する API の種別を返します。

戻り値:
APIType