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