InventoryItemsList Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.InventoryItemsList

public final class InventoryItemsList

List of InventoryItems.

Constructor Summary

Constructor Description
InventoryItemsList()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Url to follow for getting next page of InventoryItems.

void validate()

Validates the instance.

List<InventoryItemInner> value()

Get the value property: Array of InventoryItems.

InventoryItemsList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of InventoryItems.

InventoryItemsList withValue(List<InventoryItemInner> value)

Set the value property: Array of InventoryItems.

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:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<InventoryItemInner> value()

Get the value property: Array of InventoryItems.

Returns:

the value value.

withNextLink

public InventoryItemsList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of InventoryItems.

Parameters:

nextLink - the nextLink value to set.

Returns:

the InventoryItemsList object itself.

withValue

public InventoryItemsList withValue(List<InventoryItemInner> value)

Set the value property: Array of InventoryItems.

Parameters:

value - the value value to set.

Returns:

the InventoryItemsList object itself.

Applies to