UserGetMemberGroupsParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.UserGetMemberGroupsParameters

public class UserGetMemberGroupsParameters

Request parameters for GetMemberGroups API call.

Method Summary

Modifier and Type Method and Description
boolean securityEnabledOnly()

Get the securityEnabledOnly value.

UserGetMemberGroupsParameters withSecurityEnabledOnly(boolean securityEnabledOnly)

Set the securityEnabledOnly value.

Method Details

securityEnabledOnly

public boolean securityEnabledOnly()

Get the securityEnabledOnly value.

Returns:

the securityEnabledOnly value

withSecurityEnabledOnly

public UserGetMemberGroupsParameters withSecurityEnabledOnly(boolean securityEnabledOnly)

Set the securityEnabledOnly value.

Parameters:

securityEnabledOnly - the securityEnabledOnly value to set

Returns:

the UserGetMemberGroupsParameters object itself.

Applies to