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

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

public class ScheduleGetAddAllowUsers
extends java.lang.Object
implements Action

API実行ユーザーから見てスケジュール登録時に指定可能なユーザー一覧を取得します。
閲覧が可能なユーザーとは、アクセス権設定画面でログインユーザーからの「追加」を拒否していないユーザーを指します。

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

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

コンストラクタの詳細

ScheduleGetAddAllowUsers

public ScheduleGetAddAllowUsers()
メソッドの詳細

getActionName

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

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

getAPIType

public APIType getAPIType()
スケジュールAPIのAPITypeを取得します

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

getParameters

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

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