GroupIdInformationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. digitaltwins. fluent. models. GroupIdInformationResponseInner
- com.
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 Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Group |
value()
Get the value property: The list of available private link resources for a Digital Twin. |
|
Group |
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:
Returns:
Throws:
toJson
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:
withValue
public GroupIdInformationResponseInner withValue(List<GroupIdInformationInner> value)
Set the value property: The list of available private link resources for a Digital Twin.
Parameters:
Returns: