public final class CheckGroupMembershipParameters extends Object
| Constructor and Description |
|---|
CheckGroupMembershipParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: Request parameters for IsMemberOf API call.
|
String |
groupId()
Get the groupId property: The object ID of the group to check.
|
String |
memberId()
Get the memberId property: The object ID of the contact, group, user, or service principal to check for
membership in the specified group.
|
void |
validate()
Validates the instance.
|
CheckGroupMembershipParameters |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Request parameters for IsMemberOf API call.
|
CheckGroupMembershipParameters |
withGroupId(String groupId)
Set the groupId property: The object ID of the group to check.
|
CheckGroupMembershipParameters |
withMemberId(String memberId)
Set the memberId property: The object ID of the contact, group, user, or service principal to check for
membership in the specified group.
|
public String groupId()
public CheckGroupMembershipParameters withGroupId(String groupId)
groupId - the groupId value to set.public String memberId()
public CheckGroupMembershipParameters withMemberId(String memberId)
memberId - the memberId value to set.public Map<String,Object> additionalProperties()
public CheckGroupMembershipParameters withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.