C# 클래스 kasthack.vksharp.Api.MethodGroup_Friends

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

공개 메소드들

메소드 설명
Add ( int userId, string text = "" ) : Task
AddList ( string name ) : Task
AddListSync ( string name ) : AddFriendsList
AddSync ( int userId, string text = "" ) : AddFriendResult
AreFriends ( bool needSign = false ) : Task
AreFriendsSync ( bool needSign = false ) : kasthack.vksharp.DataTypes.ResponseEntities.FriendshipStatus[]
Delete ( int userId ) : Task
DeleteAllRequests ( ) : System.Threading.Tasks.Task
DeleteAllRequestsSync ( ) : void
DeleteList ( int listId ) : System.Threading.Tasks.Task
DeleteListSync ( int listId ) : void
DeleteSync ( int userId ) : FriendsDelete
Edit ( int userId ) : System.Threading.Tasks.Task
EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : System.Threading.Tasks.Task
EditListSync ( long listId, string name = "", int userIds = null, int addUserIds = null ) : void
EditSync ( int userId ) : void
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 ) : Task>
Get ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task>
GetAppUsers ( ) : Task
GetAppUsersSync ( ) : int[]
GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Task>
GetAvailableForCallIds ( ) : Task>
GetAvailableForCallIdsSync ( ) : EntityList
GetAvailableForCallSync ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : EntityList
GetByPhones ( UserFields fields = UserFields.None ) : Task
GetByPhonesSync ( UserFields fields = UserFields.None ) : User[]
GetIds ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task>
GetIdsSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList
GetLists ( int userId = null, bool returnSystem = true ) : Task>
GetListsSync ( int userId = null, bool returnSystem = true ) : EntityList
GetMutual ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : Task
GetMutualSync ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : int[]
GetOnline ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : Task
GetOnlineSync ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : int[]
GetRecent ( int count = 20 ) : Task
GetRecentSync ( int count = 20 ) : int[]
GetSuggestions ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Task>
GetSuggestionsSync ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : EntityList
GetSync ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : EntityList
GetSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList
Search ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : Task>
SearchSync ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : EntityList

비공개 메소드들

메소드 설명
MethodGroup_Friends ( Api parent ) : System

메소드 상세

Add() 공개 메소드

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

AddList() 공개 메소드

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

AddListSync() 공개 메소드

public AddListSync ( string name ) : AddFriendsList
name string
리턴 kasthack.vksharp.DataTypes.ResponseEntities.AddFriendsList

AddSync() 공개 메소드

public AddSync ( int userId, string text = "" ) : AddFriendResult
userId int
text string
리턴 AddFriendResult

AreFriends() 공개 메소드

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

AreFriendsSync() 공개 메소드

public AreFriendsSync ( bool needSign = false ) : kasthack.vksharp.DataTypes.ResponseEntities.FriendshipStatus[]
needSign bool
리턴 kasthack.vksharp.DataTypes.ResponseEntities.FriendshipStatus[]

Delete() 공개 메소드

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

DeleteAllRequests() 공개 메소드

public DeleteAllRequests ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DeleteAllRequestsSync() 공개 메소드

public DeleteAllRequestsSync ( ) : void
리턴 void

DeleteList() 공개 메소드

public DeleteList ( int listId ) : System.Threading.Tasks.Task
listId int
리턴 System.Threading.Tasks.Task

DeleteListSync() 공개 메소드

public DeleteListSync ( int listId ) : void
listId int
리턴 void

DeleteSync() 공개 메소드

public DeleteSync ( int userId ) : FriendsDelete
userId int
리턴 kasthack.vksharp.DataTypes.ResponseEntities.FriendsDelete

Edit() 공개 메소드

public Edit ( int userId ) : System.Threading.Tasks.Task
userId int
리턴 System.Threading.Tasks.Task

EditList() 공개 메소드

public EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : System.Threading.Tasks.Task
listId long
name string
userIds int
addUserIds int
리턴 System.Threading.Tasks.Task

EditListSync() 공개 메소드

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

EditSync() 공개 메소드

public EditSync ( int userId ) : void
userId int
리턴 void

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 ) : Task>
userId int
listId int
fields UserFields
order UserSortOrder
nameCase NameCase
offset int
count int
리턴 Task>

Get() 공개 메소드

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

GetAppUsers() 공개 메소드

public GetAppUsers ( ) : Task
리턴 Task

GetAppUsersSync() 공개 메소드

public GetAppUsersSync ( ) : int[]
리턴 int[]

GetAvailableForCall() 공개 메소드

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

GetAvailableForCallIds() 공개 메소드

public GetAvailableForCallIds ( ) : Task>
리턴 Task>

GetAvailableForCallIdsSync() 공개 메소드

public GetAvailableForCallIdsSync ( ) : EntityList
리턴 EntityList

GetAvailableForCallSync() 공개 메소드

public GetAvailableForCallSync ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : EntityList
fields UserFields
nameCase NameCase
리턴 EntityList

GetByPhones() 공개 메소드

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

GetByPhonesSync() 공개 메소드

public GetByPhonesSync ( UserFields fields = UserFields.None ) : User[]
fields UserFields
리턴 User[]

GetIds() 공개 메소드

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

GetIdsSync() 공개 메소드

public GetIdsSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList
userId int
listId int
order UserSortOrder
offset int
count int
리턴 EntityList

GetLists() 공개 메소드

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

GetListsSync() 공개 메소드

public GetListsSync ( int userId = null, bool returnSystem = true ) : EntityList
userId int
returnSystem bool
리턴 EntityList

GetMutual() 공개 메소드

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

GetMutualSync() 공개 메소드

public GetMutualSync ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : int[]
targetUid int
sourceUid int
order bool
offset int
count int
리턴 int[]

GetOnline() 공개 메소드

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

GetOnlineSync() 공개 메소드

public GetOnlineSync ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : int[]
userId int
listId int
order UserSortOrder
offset int
count int
리턴 int[]

GetRecent() 공개 메소드

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

GetRecentSync() 공개 메소드

public GetRecentSync ( int count = 20 ) : int[]
count int
리턴 int[]

GetSuggestions() 공개 메소드

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

GetSuggestionsSync() 공개 메소드

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

GetSync() 공개 메소드

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

GetSync() 공개 메소드

public GetSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList
userId int
listId int
order UserSortOrder
offset int
count int
리턴 EntityList

Search() 공개 메소드

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

SearchSync() 공개 메소드

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