Méthode | Description | |
---|---|---|
DeleteOrder ( string orderId ) : void |
Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
|
|
DeleteOrderAsync ( string orderId ) : System.Threading.Tasks.Task |
Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
|
|
DeleteOrderAsyncWithHttpInfo ( string orderId ) : System.Threading.Tasks.Task |
Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
|
|
DeleteOrderWithHttpInfo ( string orderId ) : ApiResponse |
Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
|
|
GetBasePath ( ) : String |
Gets the base path of the API client.
|
|
GetInventory ( ) : int?>.Dictionary |
Returns pet inventories by status Returns a map of status codes to quantities
|
|
GetInventoryAsync ( ) : int?>>.System.Threading.Tasks.Task |
Returns pet inventories by status Returns a map of status codes to quantities
|
|
GetInventoryAsyncWithHttpInfo ( ) : int?>>>.System.Threading.Tasks.Task |
Returns pet inventories by status Returns a map of status codes to quantities
|
|
GetInventoryWithHttpInfo ( ) : int?>>.ApiResponse |
Returns pet inventories by status Returns a map of status codes to quantities
|
|
GetOrderById ( long orderId ) : |
Find purchase order by ID For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
|
|
GetOrderByIdAsync ( long orderId ) : System.Threading.Tasks.Task |
Find purchase order by ID For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
|
|
GetOrderByIdAsyncWithHttpInfo ( long orderId ) : System.Threading.Tasks.Task |
Find purchase order by ID For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
|
|
GetOrderByIdWithHttpInfo ( long orderId ) : ApiResponse |
Find purchase order by ID For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
|
|
PlaceOrder ( |
Place an order for a pet
|
|
PlaceOrderAsync ( |
Place an order for a pet
|
|
PlaceOrderAsyncWithHttpInfo ( |
Place an order for a pet
|
|
PlaceOrderWithHttpInfo ( |
Place an order for a pet
|
|
StoreApi ( |
Initializes a new instance of the StoreApi class using Configuration object
|
|
StoreApi ( String basePath ) : System |
Initializes a new instance of the StoreApi class.
|
Méthode | Description | |
---|---|---|
AddDefaultHeader ( string key, string value ) : void | ||
DefaultHeader ( ) : String>.Dictionary |
||
SetBasePath ( String basePath ) : void |
public DeleteOrder ( string orderId ) : void | ||
orderId | string | ID of the order that needs to be deleted |
Résultat | void |
public DeleteOrderAsync ( string orderId ) : System.Threading.Tasks.Task | ||
orderId | string | ID of the order that needs to be deleted |
Résultat | System.Threading.Tasks.Task |
public DeleteOrderAsyncWithHttpInfo ( string orderId ) : System.Threading.Tasks.Task |
||
orderId | string | ID of the order that needs to be deleted |
Résultat | System.Threading.Tasks.Task |
public DeleteOrderWithHttpInfo ( string orderId ) : ApiResponse | ||
orderId | string | ID of the order that needs to be deleted |
Résultat | ApiResponse |
public GetInventoryAsync ( ) : int?>>.System.Threading.Tasks.Task |
||
Résultat | int?>>.System.Threading.Tasks.Task |
public GetInventoryAsyncWithHttpInfo ( ) : int?>>>.System.Threading.Tasks.Task |
||
Résultat | int?>>>.System.Threading.Tasks.Task |
public GetInventoryWithHttpInfo ( ) : int?>>.ApiResponse |
||
Résultat | int?>>.ApiResponse |
public GetOrderById ( long orderId ) : |
||
orderId | long | ID of pet that needs to be fetched |
Résultat |
public GetOrderByIdAsync ( long orderId ) : System.Threading.Tasks.Task |
||
orderId | long | ID of pet that needs to be fetched |
Résultat | System.Threading.Tasks.Task |
public GetOrderByIdAsyncWithHttpInfo ( long orderId ) : System.Threading.Tasks.Task |
||
orderId | long | ID of pet that needs to be fetched |
Résultat | System.Threading.Tasks.Task |
public GetOrderByIdWithHttpInfo ( long orderId ) : ApiResponse |
||
orderId | long | ID of pet that needs to be fetched |
Résultat | ApiResponse |
public PlaceOrder ( |
||
body | order placed for purchasing the pet | |
Résultat |
public PlaceOrderAsync ( |
||
body | order placed for purchasing the pet | |
Résultat | System.Threading.Tasks.Task |
public PlaceOrderAsyncWithHttpInfo ( |
||
body | order placed for purchasing the pet | |
Résultat | System.Threading.Tasks.Task |
public PlaceOrderWithHttpInfo ( |
||
body | order placed for purchasing the pet | |
Résultat | ApiResponse |
public StoreApi ( |
||
configuration | An instance of Configuration | |
Résultat | System |
public StoreApi ( String basePath ) : System | ||
basePath | String | |
Résultat | System |