ActiveDirectoryGroup Interface
Implements
public interface ActiveDirectoryGroup
extends ActiveDirectoryObject, HasInnerModel<MicrosoftGraphGroupInner>, Updatable<Update>
An immutable client-side representation of an Azure AD group.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Active |
listMembers()
Lists the members in the group. |
abstract
Paged |
listMembersAsync()
Lists the members in the group. |
abstract String | mail() |
abstract boolean | securityEnabled() |
Method Details
listMembers
public abstract List
Lists the members in the group.
Returns:
a list of the members
listMembersAsync
public abstract PagedFlux
Lists the members in the group.
Returns:
a list of the members
public abstract String mail()
Returns:
mail field.
securityEnabled
public abstract boolean securityEnabled()
Returns:
security enabled field.
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