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

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

public class BaseGetCalendarEvents
extends java.lang.Object
implements Action

カレンダーに登録されたイベント情報を取得します。
スケジュールとは異なり、システム管理画面または個人設定画面のカレンダー項目から登録される祝日などのイベントを指します。

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

コンストラクタの概要
BaseGetCalendarEvents()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

BaseGetCalendarEvents

public BaseGetCalendarEvents()
メソッドの詳細

getActionName

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

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

getAPIType

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

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

getParameters

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

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