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

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

public class ScheduleRemoveFollows
extends java.lang.Object
implements Action

登録されているフォローを削除します。
入力したフォローIDを元にフォローを特定し削除します。
削除が成功した場合、空のSOAPメッセージを返します。

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

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

コンストラクタの詳細

ScheduleRemoveFollows

public ScheduleRemoveFollows()
メソッドの詳細

getAPIType

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

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

getActionName

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

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

addFollowID

public void addFollowID(java.lang.String followid)
削除するフォローIDを追加します。

パラメータ:
followid -

getParameters

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

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