Class ListTableResource
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.ListTableResource
-
public final class ListTableResource extends Object
Response schema. Contains list of tables returned.
-
-
Constructor Summary
Constructors Constructor Description ListTableResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Request URL that can be used to query next page of tables.voidvalidate()Validates the instance.List<TableInner>value()Get the value property: List of tables returned.
-
-
-
Method Detail
-
value
public List<TableInner> value()
Get the value property: List of tables returned.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: Request URL that can be used to query next page of tables.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-