opOpenSocialPlugin v1.2 documentation

opensocial.DataRequest.FilterType

«  opensocial.DataRequest.DataRequestFields   ::   Contents   ::   opensocial.DataRequest.MediaItemRequestFields  »

opensocial.DataRequest.FilterType

class opensocial.DataRequest.FilterType()

opensocial.DataRequest.newFetchPeopleRequest メソッドのパラメータに opensocial.DataRequest.PeopleRequestFields.FILTER を使用する際に指定するフィルタの種類です。

opensocial.DataRequest.FilterType.ALL

opensocial.DataRequest.FilterType.ALL

絞り込みを行わずにすべてのメンバーを取得します。

opensocial.DataRequest.FilterType.HAS_APP

opensocial.DataRequest.FilterType.HAS_APP

同じアプリを所有しているメンバーのみを取得します。

opensocial.DataRequest.FilterType.IS_FRIENDS_WITH

opensocial.DataRequest.FilterType.IS_FRIENDS_WITH

実装されていません オプションにより指定されたメンバーのフレンドのみを取得します。

このフィルタで使用するメンバーは opensocial.DataRequest.PeopleRequestFields.FILTER_OPTIONSopensocial.IdSpec を使用して指定して下さい。

opensocial.DataRequest.FilterType.TOP_FRIENDS

opensocial.DataRequest.FilterType.TOP_FRIENDS

実装されていません メンバーの 親友 のみを取得します。このフィルタの定義は実装するSNSによって異なります。

«  opensocial.DataRequest.DataRequestFields   ::   Contents   ::   opensocial.DataRequest.MediaItemRequestFields  »