Свойство | Type | Description | |
---|---|---|---|
UpdatedBook |
Méthode | Description | |
---|---|---|
Create ( |
||
Delete ( long id ) : void | ||
List ( int pageSize, string nextPageToken, string userId = null ) : |
||
Read ( long id ) : |
||
Update ( |
public Create ( |
||
book | ||
Résultat | void |
public List ( int pageSize, string nextPageToken, string userId = null ) : |
||
pageSize | int | |
nextPageToken | string | |
userId | string | |
Résultat |
public Read ( long id ) : |
||
id | long | |
Résultat |
public Update ( |
||
book | ||
Résultat | void |