Method | Description | |
---|---|---|
AddPet ( |
Add a new pet to the store
|
|
AddPetAsync ( |
Add a new pet to the store
|
|
AddPetAsyncWithHttpInfo ( |
Add a new pet to the store
|
|
AddPetWithHttpInfo ( Pet body ) : ApiResponse |
Add a new pet to the store
|
|
DeletePet ( long petId, string apiKey = null ) : void |
Deletes a pet
|
|
DeletePetAsync ( long petId, string apiKey = null ) : System.Threading.Tasks.Task |
Deletes a pet
|
|
DeletePetAsyncWithHttpInfo ( long petId, string apiKey = null ) : System.Threading.Tasks.Task |
Deletes a pet
|
|
DeletePetWithHttpInfo ( long petId, string apiKey = null ) : ApiResponse |
Deletes a pet
|
|
FindPetsByStatus ( List |
Finds Pets by status Multiple status values can be provided with comma separated strings
|
|
FindPetsByStatusAsync ( List
|
Finds Pets by status Multiple status values can be provided with comma separated strings
|
|
FindPetsByStatusAsyncWithHttpInfo ( List |
Finds Pets by status Multiple status values can be provided with comma separated strings
|
|
FindPetsByStatusWithHttpInfo ( List
|
Finds Pets by status Multiple status values can be provided with comma separated strings
|
|
FindPetsByTags ( List |
Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
|
FindPetsByTagsAsync ( List
|
Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
|
FindPetsByTagsAsyncWithHttpInfo ( List |
Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
|
FindPetsByTagsWithHttpInfo ( List
|
Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
|
GetBasePath ( ) : String |
Gets the base path of the API client.
|
|
GetPetById ( long petId ) : Pet |
Find pet by ID Returns a single pet
|
|
GetPetByIdAsync ( long petId ) : System.Threading.Tasks.Task |
Find pet by ID Returns a single pet
|
|
GetPetByIdAsyncWithHttpInfo ( long petId ) : System.Threading.Tasks.Task |
Find pet by ID Returns a single pet
|
|
GetPetByIdWithHttpInfo ( long petId ) : ApiResponse |
Find pet by ID Returns a single pet
|
|
PetApi ( Configuration configuration = null ) : System |
Initializes a new instance of the PetApi class using Configuration object
|
|
PetApi ( String basePath ) : System |
Initializes a new instance of the PetApi class.
|
|
UpdatePet ( Pet body ) : void |
Update an existing pet
|
|
UpdatePetAsync ( Pet body ) : System.Threading.Tasks.Task |
Update an existing pet
|
|
UpdatePetAsyncWithHttpInfo ( Pet body ) : System.Threading.Tasks.Task |
Update an existing pet
|
|
UpdatePetWithForm ( long petId, string name = null, string status = null ) : void |
Updates a pet in the store with form data
|
|
UpdatePetWithFormAsync ( long petId, string name = null, string status = null ) : System.Threading.Tasks.Task |
Updates a pet in the store with form data
|
|
UpdatePetWithFormAsyncWithHttpInfo ( long petId, string name = null, string status = null ) : System.Threading.Tasks.Task |
Updates a pet in the store with form data
|
|
UpdatePetWithFormWithHttpInfo ( long petId, string name = null, string status = null ) : ApiResponse |
Updates a pet in the store with form data
|
|
UpdatePetWithHttpInfo ( Pet body ) : ApiResponse |
Update an existing pet
|
|
UploadFile ( long petId, string additionalMetadata = null, System file = null ) : ApiResponse |
uploads an image
|
|
UploadFileAsync ( long petId, string additionalMetadata = null, System file = null ) : System.Threading.Tasks.Task |
uploads an image
|
|
UploadFileAsyncWithHttpInfo ( long petId, string additionalMetadata = null, System file = null ) : System.Threading.Tasks.Task |
uploads an image
|
|
UploadFileWithHttpInfo ( long petId, string additionalMetadata = null, System file = null ) : ApiResponse |
uploads an image
|
Method | Description | |
---|---|---|
AddDefaultHeader ( string key, string value ) : void | ||
DefaultHeader ( ) : String>.Dictionary |
||
SetBasePath ( String basePath ) : void |
public AddPet ( |
||
body | Pet object that needs to be added to the store | |
return | void |
public AddPetAsync ( |
||
body | Pet object that needs to be added to the store | |
return | System.Threading.Tasks.Task |
public AddPetAsyncWithHttpInfo ( |
||
body | Pet object that needs to be added to the store | |
return | System.Threading.Tasks.Task |
public AddPetWithHttpInfo ( Pet body ) : ApiResponse | ||
body | Pet | Pet object that needs to be added to the store |
return | ApiResponse |
public DeletePet ( long petId, string apiKey = null ) : void | ||
petId | long | Pet id to delete |
apiKey | string | (optional) |
return | void |
public DeletePetAsync ( long petId, string apiKey = null ) : System.Threading.Tasks.Task | ||
petId | long | Pet id to delete |
apiKey | string | (optional) |
return | System.Threading.Tasks.Task |
public DeletePetAsyncWithHttpInfo ( long petId, string apiKey = null ) : System.Threading.Tasks.Task |
||
petId | long | Pet id to delete |
apiKey | string | (optional) |
return | System.Threading.Tasks.Task |
public DeletePetWithHttpInfo ( long petId, string apiKey = null ) : ApiResponse | ||
petId | long | Pet id to delete |
apiKey | string | (optional) |
return | ApiResponse |
public FindPetsByStatus ( List |
||
status | List |
Status values that need to be considered for filter |
return | List |
public FindPetsByStatusAsync ( List
|
||
status | List |
Status values that need to be considered for filter |
return | System.Threading.Tasks.Task
|
public FindPetsByStatusAsyncWithHttpInfo ( List |
||
status | List |
Status values that need to be considered for filter |
return | System.Threading.Tasks.Task |
public FindPetsByStatusWithHttpInfo ( List
|
||
status | List |
Status values that need to be considered for filter |
return | ApiResponse
|
public FindPetsByTags ( List |
||
tags | List |
Tags to filter by |
return | List |
public FindPetsByTagsAsync ( List
|
||
tags | List |
Tags to filter by |
return | System.Threading.Tasks.Task
|
public FindPetsByTagsAsyncWithHttpInfo ( List |
||
tags | List |
Tags to filter by |
return | System.Threading.Tasks.Task |
public FindPetsByTagsWithHttpInfo ( List
|
||
tags | List |
Tags to filter by |
return | ApiResponse
|
public GetPetById ( long petId ) : Pet | ||
petId | long | ID of pet to return |
return | Pet |
public GetPetByIdAsync ( long petId ) : System.Threading.Tasks.Task |
||
petId | long | ID of pet to return |
return | System.Threading.Tasks.Task |
public GetPetByIdAsyncWithHttpInfo ( long petId ) : System.Threading.Tasks.Task |
||
petId | long | ID of pet to return |
return | System.Threading.Tasks.Task |
public GetPetByIdWithHttpInfo ( long petId ) : ApiResponse |
||
petId | long | ID of pet to return |
return | ApiResponse |
public PetApi ( Configuration configuration = null ) : System | ||
configuration | Configuration | An instance of Configuration |
return | System |
public UpdatePet ( Pet body ) : void | ||
body | Pet | Pet object that needs to be added to the store |
return | void |
public UpdatePetAsync ( Pet body ) : System.Threading.Tasks.Task | ||
body | Pet | Pet object that needs to be added to the store |
return | System.Threading.Tasks.Task |
public UpdatePetAsyncWithHttpInfo ( Pet body ) : System.Threading.Tasks.Task |
||
body | Pet | Pet object that needs to be added to the store |
return | System.Threading.Tasks.Task |
public UpdatePetWithForm ( long petId, string name = null, string status = null ) : void | ||
petId | long | ID of pet that needs to be updated |
name | string | Updated name of the pet (optional) |
status | string | Updated status of the pet (optional) |
return | void |
public UpdatePetWithFormAsync ( long petId, string name = null, string status = null ) : System.Threading.Tasks.Task | ||
petId | long | ID of pet that needs to be updated |
name | string | Updated name of the pet (optional) |
status | string | Updated status of the pet (optional) |
return | System.Threading.Tasks.Task |
public UpdatePetWithFormAsyncWithHttpInfo ( long petId, string name = null, string status = null ) : System.Threading.Tasks.Task |
||
petId | long | ID of pet that needs to be updated |
name | string | Updated name of the pet (optional) |
status | string | Updated status of the pet (optional) |
return | System.Threading.Tasks.Task |
public UpdatePetWithFormWithHttpInfo ( long petId, string name = null, string status = null ) : ApiResponse | ||
petId | long | ID of pet that needs to be updated |
name | string | Updated name of the pet (optional) |
status | string | Updated status of the pet (optional) |
return | ApiResponse |
public UpdatePetWithHttpInfo ( Pet body ) : ApiResponse | ||
body | Pet | Pet object that needs to be added to the store |
return | ApiResponse |
public UploadFile ( long petId, string additionalMetadata = null, System file = null ) : ApiResponse | ||
petId | long | ID of pet to update |
additionalMetadata | string | Additional data to pass to server (optional) |
file | System | file to upload (optional) |
return | ApiResponse |
public UploadFileAsync ( long petId, string additionalMetadata = null, System file = null ) : System.Threading.Tasks.Task |
||
petId | long | ID of pet to update |
additionalMetadata | string | Additional data to pass to server (optional) |
file | System | file to upload (optional) |
return | System.Threading.Tasks.Task |
public UploadFileAsyncWithHttpInfo ( long petId, string additionalMetadata = null, System file = null ) : System.Threading.Tasks.Task |
||
petId | long | ID of pet to update |
additionalMetadata | string | Additional data to pass to server (optional) |
file | System | file to upload (optional) |
return | System.Threading.Tasks.Task |
public UploadFileWithHttpInfo ( long petId, string additionalMetadata = null, System file = null ) : ApiResponse |
||
petId | long | ID of pet to update |
additionalMetadata | string | Additional data to pass to server (optional) |
file | System | file to upload (optional) |
return | ApiResponse |