SsisObjectMetadataListResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.SsisObjectMetadataListResponseInner

Implements

public final class SsisObjectMetadataListResponseInner
implements JsonSerializable<SsisObjectMetadataListResponseInner>

A list of SSIS object metadata.

Constructor Summary

Constructor Description
SsisObjectMetadataListResponseInner()

Creates an instance of SsisObjectMetadataListResponseInner class.

Method Summary

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

Reads an instance of SsisObjectMetadataListResponseInner from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SsisObjectMetadata> value()

Get the value property: List of SSIS object metadata.

SsisObjectMetadataListResponseInner withNextLink(String nextLink)

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

SsisObjectMetadataListResponseInner 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:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the SsisObjectMetadataListResponseInner.

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SsisObjectMetadata> value()

Get the value property: List of SSIS object metadata.

Returns:

the value value.

withNextLink

public SsisObjectMetadataListResponseInner withNextLink(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 SsisObjectMetadataListResponseInner object itself.

withValue

public SsisObjectMetadataListResponseInner withValue(List<SsisObjectMetadata> value)

Set the value property: List of SSIS object metadata.

Parameters:

value - the value value to set.

Returns:

the SsisObjectMetadataListResponseInner object itself.

Applies to