Method | 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 | |
return | System |
public Create ( |
||
comment | ||
return |
public Get ( int id, CommentType commentType ) : IEnumerable |
||
id | int | |
commentType | CommentType | |
return | IEnumerable |
public Update ( |
||
comment | ||
return | bool |