Interface ProviderInventoriesBody
-
- All Known Implementing Classes:
ResourceProviderInventoriesBody
public interface ProviderInventoriesBodyProvider inventories body contains resource provider inventories- Author:
- Jyothi Saroja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGeneration()ResourceProviderInventoriesgetInventories()
-
-
-
Method Detail
-
getGeneration
String getGeneration()
- Returns:
- the resource provider generation contained in the unnamed body
-
getInventories
ResourceProviderInventories getInventories()
- Returns:
- the resource provider inventories contained in the unnamed body
-
-