GroupIdInformationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. digitaltwins. models. GroupIdInformationProperties
- com.
Implements
public final class GroupIdInformationProperties
implements JsonSerializable<GroupIdInformationProperties>
The properties for a group information object.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupIdInformationProperties() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
| String |
groupId()
Get the group |
| List<String> |
requiredMembers()
Get the required |
| List<String> |
requiredZoneNames()
Get the required |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Group |
withGroupId(String groupId)
Set the group |
|
Group |
withRequiredMembers(List<String> requiredMembers)
Set the required |
|
Group |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the required |
Methods inherited from java.lang.Object
Constructor Details
GroupIdInformationProperties
public GroupIdInformationProperties()
Creates an instance of GroupIdInformationProperties class.
Method Details
fromJson
public static GroupIdInformationProperties fromJson(JsonReader jsonReader)
Reads an instance of GroupIdInformationProperties from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: The group id.
Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: The required members for a specific group id.
Returns:
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: The required DNS zones for a specific group id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGroupId
public GroupIdInformationProperties withGroupId(String groupId)
Set the groupId property: The group id.
Parameters:
Returns:
withRequiredMembers
public GroupIdInformationProperties withRequiredMembers(List<String> requiredMembers)
Set the requiredMembers property: The required members for a specific group id.
Parameters:
Returns:
withRequiredZoneNames
public GroupIdInformationProperties withRequiredZoneNames(List<String> requiredZoneNames)
Set the requiredZoneNames property: The required DNS zones for a specific group id.
Parameters:
Returns: