Uses of Class
odata.msgraph.client.beta.complex.EducationSynchronizationLicenseAssignment
-
Packages that use EducationSynchronizationLicenseAssignment Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EducationSynchronizationLicenseAssignment in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EducationSynchronizationLicenseAssignment Modifier and Type Method Description EducationSynchronizationLicenseAssignmentEducationSynchronizationLicenseAssignment.Builder. build()EducationSynchronizationLicenseAssignmentEducationSynchronizationLicenseAssignment. withAppliesTo(EducationUserRole appliesTo)EducationSynchronizationLicenseAssignmentEducationSynchronizationLicenseAssignment. withUnmappedField(String name, String value) -
Uses of EducationSynchronizationLicenseAssignment in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type EducationSynchronizationLicenseAssignment Modifier and Type Field Description protected List<EducationSynchronizationLicenseAssignment>EducationSynchronizationProfile. licensesToAssignMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationSynchronizationLicenseAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EducationSynchronizationLicenseAssignment>EducationSynchronizationProfile. getLicensesToAssign()com.github.davidmoten.odata.client.CollectionPage<EducationSynchronizationLicenseAssignment>EducationSynchronizationProfile. getLicensesToAssign(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type EducationSynchronizationLicenseAssignment Modifier and Type Method Description EducationSynchronizationProfile.BuilderEducationSynchronizationProfile.Builder. licensesToAssign(EducationSynchronizationLicenseAssignment... licensesToAssign)Method parameters in odata.msgraph.client.beta.entity with type arguments of type EducationSynchronizationLicenseAssignment Modifier and Type Method Description EducationSynchronizationProfile.BuilderEducationSynchronizationProfile.Builder. licensesToAssign(List<EducationSynchronizationLicenseAssignment> licensesToAssign)EducationSynchronizationProfileEducationSynchronizationProfile. withLicensesToAssign(List<EducationSynchronizationLicenseAssignment> licensesToAssign)
-