jp.co.joyzo.office.api.schedule
クラス ScheduleGetProfiles

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

public class ScheduleGetProfiles
extends java.lang.Object
implements Action

スケジュールアプリに関する設定を取得します。

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

コンストラクタの概要
ScheduleGetProfiles()
           
 
メソッドの概要
 java.lang.String getActionName()
          ScheduleGetProfilesのアクション名を取得します
 APIType getAPIType()
          スケジュールAPIのAPITypeを取得します。
 org.apache.axiom.om.OMElement getParameters()
          parametersタグを生成します。
 void setSystemProfile(boolean systemProfile)
          システム設定の取得可否を設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ScheduleGetProfiles

public ScheduleGetProfiles()
メソッドの詳細

getActionName

public java.lang.String getActionName()
ScheduleGetProfilesのアクション名を取得します

定義:
インタフェース Action 内の getActionName
パラメータ:
String - "ScheduleGetProfiles"のアクション名
戻り値:
String API名

getAPIType

public APIType getAPIType()
スケジュールAPIのAPITypeを取得します。(初期値はfalse)

定義:
インタフェース Action 内の getAPIType
パラメータ:
APIType - スケジュールAPIType
戻り値:
APIType

setSystemProfile

public void setSystemProfile(boolean systemProfile)
システム設定の取得可否を設定します。

パラメータ:
systemProfile - システム設定の取得可否

getParameters

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

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