GroupsGroupsClient Interface
public interface GroupsGroupsClient
An instance of this class provides access to all the operations defined in GroupsGroupsClient.
Method Summary
Method Details
createGroup
public abstract MicrosoftGraphGroupInner createGroup(MicrosoftGraphGroupInner body)
Add new entity to groups.
Parameters:
Returns:
createGroupAsync
public abstract Mono
Add new entity to groups.
Parameters:
Returns:
createGroupWithResponse
public abstract Response
Add new entity to groups.
Parameters:
Returns:
createGroupWithResponseAsync
public abstract Mono
Add new entity to groups.
Parameters:
Returns:
deleteGroup
public abstract void deleteGroup(String groupId)
Delete entity from groups.
Parameters:
deleteGroupAsync
public abstract Mono
Delete entity from groups.
Parameters:
Returns:
deleteGroupWithResponse
public abstract Response
Delete entity from groups.
Parameters:
Returns:
deleteGroupWithResponseAsync
public abstract Mono
Delete entity from groups.
Parameters:
Returns:
getGroup
public abstract MicrosoftGraphGroupInner getGroup(String groupId)
Get entity from groups by key.
Parameters:
Returns:
getGroupAsync
public abstract Mono
Get entity from groups by key.
Parameters:
Returns:
getGroupWithResponse
public abstract Response
Get entity from groups by key.
Parameters:
Returns:
getGroupWithResponseAsync
public abstract Mono
Get entity from groups by key.
Parameters:
Returns:
listGroup
public abstract PagedIterable
Get entities from groups.
Returns:
listGroup
public abstract PagedIterable
Get entities from groups.
Parameters:
Returns:
listGroupAsync
public abstract PagedFlux
Get entities from groups.
Returns:
listGroupAsync
public abstract PagedFlux
Get entities from groups.
Parameters:
Returns:
updateGroup
public abstract void updateGroup(String groupId, MicrosoftGraphGroupInner body)
Update entity in groups.
Parameters:
updateGroupAsync
public abstract Mono
Update entity in groups.
Parameters:
Returns:
updateGroupWithResponse
public abstract Response
Update entity in groups.
Parameters:
Returns:
updateGroupWithResponseAsync
public abstract Mono
Update entity in groups.
Parameters:
Returns:
Applies to
Azure SDK for Java