InventoryItemsList Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. InventoryItemsList
- com.
public final class InventoryItemsList
List of InventoryItems.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InventoryItemsList() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Inventory |
value()
Get the value property: Array of Inventory |
|
Inventory |
withNextLink(String nextLink)
Set the next |
|
Inventory |
withValue(List<InventoryItemInner> value)
Set the value property: Array of Inventory |
Methods inherited from java.lang.Object
Constructor Details
InventoryItemsList
public InventoryItemsList()
Method Details
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of InventoryItems.
Returns:
validate
public void validate()
Validates the instance.
value
public List<InventoryItemInner> value()
Get the value property: Array of InventoryItems.
Returns:
withNextLink
public InventoryItemsList withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of InventoryItems.
Parameters:
Returns:
withValue
public InventoryItemsList withValue(List<InventoryItemInner> value)
Set the value property: Array of InventoryItems.
Parameters:
Returns: