public class WeiboStatusesUtil extends Object
| 构造器和说明 |
|---|
WeiboStatusesUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
getCountParmValidate(String access_token,
String ids) |
static String |
getCountUrl(String interUrl,
String access_token,
String ids) |
static void |
getMentionsParmValidate(WeiBoMentionsDto mentions) |
static String |
getMentionsUrl(String interUrl,
WeiBoMentionsDto mentions) |
static void |
getShowParmValidate(String access_token,
String id) |
static String |
getShowUrl(String interUrl,
String access_token,
String id) |
static void |
getUserTimelineIdsParmValidate(WeiboUserTimelineDto userTimeline) |
static void |
getUserTimelineParmValidate(WeiboUserTimelineDto userTimeline) |
static String |
getUserTimelineUrl(String interUrl,
WeiboUserTimelineDto userTimeline) |
public static void getUserTimelineParmValidate(WeiboUserTimelineDto userTimeline)
public static String getUserTimelineUrl(String interUrl, WeiboUserTimelineDto userTimeline)
public static void getUserTimelineIdsParmValidate(WeiboUserTimelineDto userTimeline)
public static void getMentionsParmValidate(WeiBoMentionsDto mentions)
public static String getMentionsUrl(String interUrl, WeiBoMentionsDto mentions)
Copyright © 2022. All rights reserved.