OasInfoApi
valkyrai-api
All URIs are relative to http://localhost:8080/v1
| Method | HTTP request | Description |
|---|---|---|
| deleteOasInfo | DELETE OasInfoApi | Delete a OasInfo. |
deleteOasInfo
Void
deleteOasInfo(id)
Delete a OasInfo.
Deletes a specific OasInfo.
Example
Import classes:
import com.valkyrlabs.ApiException;
import com.valkyrlabs.api.OasInfoApi;
OasInfoApi apiInstance = new OasInfoApi();
UUID id = UUID.randomUUID(); // UUID | Unique identifier for the OasInfo.
try {
Void result = apiInstance.deleteOasInfo(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OasInfoApi#deleteOasInfo");
e.printStackTrace();
}
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Unique identifier for the OasInfo. |
Return type
Void
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
getOasInfo
OasInfo
getOasInfo(id)
Retrieve a single OasInfo
Retrieves a single OasInfo for a specific uid.