Uses of Class
odata.msgraph.client.beta.entity.Group
-
Packages that use Group Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of Group in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type Group Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Group>Group. assignLicense(List<AssignedLicense> addLicenses, List<String> removeLicenses) -
Uses of Group in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Group Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Group>GroupCollectionRequest. delta() -
Uses of Group in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Group Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Group>GroupRequest. assignLicense(List<AssignedLicense> addLicenses, List<String> removeLicenses)
-