SqlScriptsListResponse Class

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

Implements

public final class SqlScriptsListResponse
implements JsonSerializable<SqlScriptsListResponse>

A list of sql scripts resources.

Constructor Summary

Constructor Description
SqlScriptsListResponse()

Creates an instance of SqlScriptsListResponse class.

Method Summary

Modifier and Type Method and Description
static SqlScriptsListResponse fromJson(JsonReader jsonReader)

Reads an instance of SqlScriptsListResponse from the JsonReader.

String getNextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

List<SqlScriptResource> getValue()

Get the value property: List of sql scripts.

SqlScriptsListResponse setNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

SqlScriptsListResponse setValue(List<SqlScriptResource> value)

Set the value property: List of sql scripts.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

SqlScriptsListResponse

public SqlScriptsListResponse()

Creates an instance of SqlScriptsListResponse class.

Method Details

fromJson

public static SqlScriptsListResponse fromJson(JsonReader jsonReader)

Reads an instance of SqlScriptsListResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlScriptsListResponse if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getNextLink

public String getNextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

Returns:

the nextLink value.

getValue

public List<SqlScriptResource> getValue()

Get the value property: List of sql scripts.

Returns:

the value value.

setNextLink

public SqlScriptsListResponse setNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

Parameters:

nextLink - the nextLink value to set.

Returns:

the SqlScriptsListResponse object itself.

setValue

public SqlScriptsListResponse setValue(List<SqlScriptResource> value)

Set the value property: List of sql scripts.

Parameters:

value - the value value to set.

Returns:

the SqlScriptsListResponse object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to