public final class GroupGetMemberGroupsResult extends Object
| Constructor and Description |
|---|
GroupGetMemberGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<String> |
value()
Get the value property: A collection of group IDs of which the group is a member.
|
GroupGetMemberGroupsResult |
withValue(List<String> value)
Set the value property: A collection of group IDs of which the group is a member.
|
public List<String> value()
public GroupGetMemberGroupsResult withValue(List<String> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.