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

Inheritance: IAsyncNotifications
Afficher le fichier Open project: Bunk/trellow Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
restClient IRequestClient
Résultat System.Collections.Generic

ForMe() public méthode

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

WithId() public méthode

public WithId ( string notificationId ) : Task
notificationId string
Résultat Task