GroupGetMemberGroupsParameters Class

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

public class GroupGetMemberGroupsParameters

Request parameters for GetMemberGroups API call.

Method Summary

Modifier and Type Method and Description
boolean securityEnabledOnly()

Get the securityEnabledOnly value.

GroupGetMemberGroupsParameters withSecurityEnabledOnly(boolean securityEnabledOnly)

Set the securityEnabledOnly value.

Method Details

securityEnabledOnly

public boolean securityEnabledOnly()

Get the securityEnabledOnly value.

Returns:

the securityEnabledOnly value

withSecurityEnabledOnly

public GroupGetMemberGroupsParameters withSecurityEnabledOnly(boolean securityEnabledOnly)

Set the securityEnabledOnly value.

Parameters:

securityEnabledOnly - the securityEnabledOnly value to set

Returns:

the GroupGetMemberGroupsParameters object itself.

Applies to