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()
Gets mail field. |
abstract boolean |
securityEnabled()
Check whether security enabled field. |
Method Details
listMembers
public abstract List
Lists the members in the group.
Returns:
listMembersAsync
public abstract PagedFlux
Lists the members in the group.
Returns:
public abstract String mail()
Gets mail field.
Returns:
securityEnabled
public abstract boolean securityEnabled()
Check whether security enabled field.
Returns:
Applies to
Azure SDK for Java