LinkTableListResponse Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LinkTableListResponse

public final class LinkTableListResponse

The LinkTableListResponse model.

Constructor Summary

Constructor Description
LinkTableListResponse()

Creates an instance of LinkTableListResponse class.

Method Summary

Modifier and Type Method and Description
List<LinkTableResource> getValue()

Get the value property: List link table value.

LinkTableListResponse setValue(List<LinkTableResource> value)

Set the value property: List link table value.

Methods inherited from java.lang.Object

Constructor Details

LinkTableListResponse

public LinkTableListResponse()

Creates an instance of LinkTableListResponse class.

Method Details

getValue

public List getValue()

Get the value property: List link table value.

Returns:

the value value.

setValue

public LinkTableListResponse setValue(List value)

Set the value property: List link table value.

Parameters:

value - the value value to set.

Returns:

the LinkTableListResponse object itself.

Applies to