C# Class trellow.api.Notifications.Internal.AsyncNotifications

Inheritance: IAsyncNotifications
显示文件 Open project: Bunk/trellow Class Usage Examples

Public Methods

Method Description
AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
ForMe ( IEnumerable types = null, ReadFilter readFilter = ReadFilter.All, Paging paging = null ) : Task>
WithId ( string notificationId ) : Task

Method Details

AsyncNotifications() public method

public AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
restClient IRequestClient
return System.Collections.Generic

ForMe() public method

public ForMe ( IEnumerable types = null, ReadFilter readFilter = ReadFilter.All, Paging paging = null ) : Task>
types IEnumerable
readFilter ReadFilter
paging Paging
return Task>

WithId() public method

public WithId ( string notificationId ) : Task
notificationId string
return Task