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<ActiveDirectoryObject> listMembers()

Lists the members in the group.

abstract PagedFlux<ActiveDirectoryObject> listMembersAsync()

Lists the members in the group.

abstract String mail()
abstract boolean securityEnabled()

Method Details

listMembers

public abstract List listMembers()

Lists the members in the group.

Returns:

a list of the members

listMembersAsync

public abstract PagedFlux listMembersAsync()

Lists the members in the group.

Returns:

a list of the members

mail

public abstract String mail()

Returns:

mail field.

securityEnabled

public abstract boolean securityEnabled()

Returns:

security enabled field.

Applies to