SsisObjectMetadataListResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. SsisObjectMetadataListResponseInner
- com.
Implements
public final class SsisObjectMetadataListResponseInner
implements JsonSerializable<SsisObjectMetadataListResponseInner>
A list of SSIS object metadata.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisObjectMetadataListResponseInner() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Ssis |
value()
Get the value property: List of SSIS object metadata. |
|
Ssis |
withNextLink(String nextLink)
Set the next |
|
Ssis |
withValue(List<SsisObjectMetadata> value)
Set the value property: List of SSIS object metadata. |
Methods inherited from java.lang.Object
Constructor Details
SsisObjectMetadataListResponseInner
public SsisObjectMetadataListResponseInner()
Creates an instance of SsisObjectMetadataListResponseInner class.
Method Details
fromJson
public static SsisObjectMetadataListResponseInner fromJson(JsonReader jsonReader)
Reads an instance of SsisObjectMetadataListResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SsisObjectMetadata> value()
Get the value property: List of SSIS object metadata.
Returns:
withNextLink
public SsisObjectMetadataListResponseInner withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
withValue
public SsisObjectMetadataListResponseInner withValue(List<SsisObjectMetadata> value)
Set the value property: List of SSIS object metadata.
Parameters:
Returns: