|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.joyzo.office.api.schedule.ScheduleSearchFreeTimes
public class ScheduleSearchFreeTimes
検索条件を元に空き時間を検索します。
コンストラクタの概要 | |
---|---|
ScheduleSearchFreeTimes()
|
メソッドの概要 | |
---|---|
void |
addCandidateType(SearchFreeTimesCandidateType type)
検索の時間候補の範囲を追加します。 |
void |
addMember(Member member)
参加者を追加します。 |
java.lang.String |
getActionName()
ScheduleSearchFreeTimesのアクション名を取得します |
APIType |
getAPIType()
スケジュールAPIのAPITypeを取得します |
org.apache.axiom.om.OMElement |
getParameters()
parametersタグを生成します。 |
void |
setConditionType(SearchConditionType type)
設備の条件を設定します。 |
void |
setSearchTime(java.lang.String time)
所要時間を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ScheduleSearchFreeTimes()
メソッドの詳細 |
---|
public APIType getAPIType()
Action
内の getAPIType
APIType
- スケジュールAPIType
public java.lang.String getActionName()
Action
内の getActionName
String
- "ScheduleSearchFreeTimes"のアクション名
public void addMember(Member member)
member
- public void addCandidateType(SearchFreeTimesCandidateType type)
type
- public void setConditionType(SearchConditionType type)
type
- 設備の条件public void setSearchTime(java.lang.String time)
type
- 所要時間の条件public org.apache.axiom.om.OMElement getParameters()
Action
内の getParameters
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |