C# 클래스 kasthack.vksharp.RequestApi.MethodGroup_friends

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
Add ( int userId, string text = "" ) : Request
AddList ( string name ) : Request
AreFriends ( bool needSign = false ) : Request
Delete ( int userId ) : Request
DeleteAllRequests ( ) : Request
DeleteList ( int listId ) : Request
Edit ( int userId ) : Request
EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : Request
Get ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Request>
Get ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Request>
GetAppUsers ( ) : Request
GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Request>
GetAvailableForCallIds ( ) : Request>
GetByPhones ( UserFields fields = UserFields.None ) : Request
GetIds ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Request>
GetLists ( int userId = null, bool returnSystem = true ) : Request>
GetMutual ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : Request
GetOnline ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : Request
GetRecent ( int count = 20 ) : Request
GetSuggestions ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Request>
Search ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : Request>

비공개 메소드들

메소드 설명
MethodGroup_friends ( RequestApi parent ) : System

메소드 상세

Add() 공개 메소드

public Add ( int userId, string text = "" ) : Request
userId int
text string
리턴 Request

AddList() 공개 메소드

public AddList ( string name ) : Request
name string
리턴 Request

AreFriends() 공개 메소드

public AreFriends ( bool needSign = false ) : Request
needSign bool
리턴 Request

Delete() 공개 메소드

public Delete ( int userId ) : Request
userId int
리턴 Request

DeleteAllRequests() 공개 메소드

public DeleteAllRequests ( ) : Request
리턴 Request

DeleteList() 공개 메소드

public DeleteList ( int listId ) : Request
listId int
리턴 Request

Edit() 공개 메소드

public Edit ( int userId ) : Request
userId int
리턴 Request

EditList() 공개 메소드

public EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : Request
listId long
name string
userIds int
addUserIds int
리턴 Request

Get() 공개 메소드

public Get ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Request>
userId int
listId int
fields UserFields
order UserSortOrder
nameCase NameCase
offset int
count int
리턴 Request>

Get() 공개 메소드

public Get ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Request>
userId int
listId int
order UserSortOrder
offset int
count int
리턴 Request>

GetAppUsers() 공개 메소드

public GetAppUsers ( ) : Request
리턴 Request

GetAvailableForCall() 공개 메소드

public GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Request>
fields UserFields
nameCase NameCase
리턴 Request>

GetAvailableForCallIds() 공개 메소드

public GetAvailableForCallIds ( ) : Request>
리턴 Request>

GetByPhones() 공개 메소드

public GetByPhones ( UserFields fields = UserFields.None ) : Request
fields UserFields
리턴 Request

GetIds() 공개 메소드

public GetIds ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Request>
userId int
listId int
order UserSortOrder
offset int
count int
리턴 Request>

GetLists() 공개 메소드

public GetLists ( int userId = null, bool returnSystem = true ) : Request>
userId int
returnSystem bool
리턴 Request>

GetMutual() 공개 메소드

public GetMutual ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : Request
targetUid int
sourceUid int
order bool
offset int
count int
리턴 Request

GetOnline() 공개 메소드

public GetOnline ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : Request
userId int
listId int
order UserSortOrder
offset int
count int
리턴 Request

GetRecent() 공개 메소드

public GetRecent ( int count = 20 ) : Request
count int
리턴 Request

GetSuggestions() 공개 메소드

public GetSuggestions ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Request>
filters FriendSuggestionFilters
fields UserFields
nameCase NameCase
offset int
count int
리턴 Request>

Search() 공개 메소드

public Search ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : Request>
userId int
q string
nameCase NameCase
offset int
count int
리턴 Request>