Méthode | Description | |
---|---|---|
CommentRequest ( IRestClient client ) : System | ||
Create ( |
||
Delete ( int id ) : bool | ||
Get ( int id ) : |
||
Get ( int id, CommentType commentType ) : IEnumerable |
||
Update ( |
public CommentRequest ( IRestClient client ) : System | ||
client | IRestClient | |
Résultat | System |
public Create ( |
||
comment | ||
Résultat |
public Get ( int id, CommentType commentType ) : IEnumerable |
||
id | int | |
commentType | CommentType | |
Résultat | IEnumerable |
public Update ( |
||
comment | ||
Résultat | bool |