Partager via


GroupIdInformationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationResponseInner

Implements

public final class GroupIdInformationResponseInner
implements JsonSerializable<GroupIdInformationResponseInner>

The available private link resources for a Digital Twin.

Constructor Summary

Constructor Description
GroupIdInformationResponseInner()

Creates an instance of GroupIdInformationResponseInner class.

Method Summary

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

Reads an instance of GroupIdInformationResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<GroupIdInformationInner> value()

Get the value property: The list of available private link resources for a Digital Twin.

GroupIdInformationResponseInner withValue(List<GroupIdInformationInner> value)

Set the value property: The list of available private link resources for a Digital Twin.

Methods inherited from java.lang.Object

Constructor Details

GroupIdInformationResponseInner

public GroupIdInformationResponseInner()

Creates an instance of GroupIdInformationResponseInner class.

Method Details

fromJson

public static GroupIdInformationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GroupIdInformationResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GroupIdInformationResponseInner 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 GroupIdInformationResponseInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<GroupIdInformationInner> value()

Get the value property: The list of available private link resources for a Digital Twin.

Returns:

the value value.

withValue

public GroupIdInformationResponseInner withValue(List<GroupIdInformationInner> value)

Set the value property: The list of available private link resources for a Digital Twin.

Parameters:

value - the value value to set.

Returns:

the GroupIdInformationResponseInner object itself.

Applies to