SqlScriptsListResponse Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SqlScriptsListResponse
- com.
Implements
public final class SqlScriptsListResponse
implements JsonSerializable<SqlScriptsListResponse>
A list of sql scripts resources.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlScriptsListResponse() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
getNextLink()
Get the next |
|
List<Sql |
getValue()
Get the value property: List of sql scripts. |
|
Sql |
setNextLink(String nextLink)
Set the next |
|
Sql |
setValue(List<SqlScriptResource> value)
Set the value property: List of sql scripts. |
|
Json |
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:
Returns:
Throws:
getNextLink
public String getNextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
getValue
public List<SqlScriptResource> getValue()
Get the value property: List of sql scripts.
Returns:
setNextLink
public SqlScriptsListResponse setNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
setValue
public SqlScriptsListResponse setValue(List<SqlScriptResource> value)
Set the value property: List of sql scripts.
Parameters:
Returns: