ActiveDirectoryGroup Interface

public interface ActiveDirectoryGroup extends ActiveDirectoryObject,HasInner,Updatable<ActiveDirectoryGroup.Update>

An immutable client-side representation of an Azure AD group.

Method Summary

Modifier and Type Method and Description
Set<ActiveDirectoryObject> listMembers()

Lists the members in the group.

Observable<ActiveDirectoryObject> listMembersAsync()

Lists the members in the group.

String mail()
boolean securityEnabled()

Inherited Members

Method Details

listMembers

public Set listMembers()

Lists the members in the group.

Returns:

an unmodifiable set of the members

listMembersAsync

public Observable listMembersAsync()

Lists the members in the group.

Returns:

an unmodifiable set of the members

mail

public String mail()

Returns:

mail field.

securityEnabled

public boolean securityEnabled()

Returns:

security enabled field.

Applies to