public final class UserGetMemberGroupsParameters extends Object
| Constructor and Description |
|---|
UserGetMemberGroupsParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: Request parameters for GetMemberGroups API call.
|
boolean |
securityEnabledOnly()
Get the securityEnabledOnly property: If true, only membership in security-enabled groups should be checked.
|
void |
validate()
Validates the instance.
|
UserGetMemberGroupsParameters |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Request parameters for GetMemberGroups API call.
|
UserGetMemberGroupsParameters |
withSecurityEnabledOnly(boolean securityEnabledOnly)
Set the securityEnabledOnly property: If true, only membership in security-enabled groups should be checked.
|
public boolean securityEnabledOnly()
public UserGetMemberGroupsParameters withSecurityEnabledOnly(boolean securityEnabledOnly)
securityEnabledOnly - the securityEnabledOnly value to set.public Map<String,Object> additionalProperties()
public UserGetMemberGroupsParameters 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.