类 fi.foyt.foursquare.api.entities.CompleteUser
的使用

使用 CompleteUser 的软件包
fi.foyt.foursquare.api Package containing basic API functionality 
 

fi.foyt.foursquare.apiCompleteUser 的使用
 

返回变量类型为 CompleteUser 的类型的 fi.foyt.foursquare.api 中的方法
 Result<List<CompleteUser>> FoursquareApi.multiUsers(List<String> itemIds)
           
 Result<CompleteUser> FoursquareApi.user(String userId)
          Returns profile information for a given user, including selected badges and mayorships.
 Result<CompleteUser> FoursquareApi.usersApprove(String userId)
          Approves a pending friend request from another user.
 Result<CompleteUser> FoursquareApi.usersDeny(String userId)
          Denies a pending friend request
 Result<CompleteUser> FoursquareApi.usersRequest(String id)
          Sends a friend request to another user.
 Result<CompleteUser> FoursquareApi.usersSetPings(String userId, String value)
          Changes whether the acting user will receive pings (phone notifications) when the specified user checks in.
 Result<CompleteUser> FoursquareApi.usersUnfriend(String userId)
          Cancels any relationship between the acting user and the specified user.
 



Copyright © 2013 Foyt. All Rights Reserved.