GroupGetMemberGroupsParameters Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. GroupGetMemberGroupsParameters
- com.
public class GroupGetMemberGroupsParameters
Request parameters for GetMemberGroups API call.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
securityEnabledOnly()
Get the securityEnabledOnly value. |
Group |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java