Uses of Class
com.microsoft.graph.models.AssignedLicense
Packages that use AssignedLicense
-
Uses of AssignedLicense in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AssignedLicenseModifier and TypeMethodDescriptionstatic AssignedLicenseAssignedLicense.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AssignedLicenseModifier and TypeMethodDescriptionEducationUser.getAssignedLicenses()Gets the assignedLicenses property value.Group.getAssignedLicenses()Gets the assignedLicenses property value.User.getAssignedLicenses()Gets the assignedLicenses property value.Method parameters in com.microsoft.graph.models with type arguments of type AssignedLicenseModifier and TypeMethodDescriptionvoidEducationUser.setAssignedLicenses(List<AssignedLicense> value) Sets the assignedLicenses property value.voidGroup.setAssignedLicenses(List<AssignedLicense> value) Sets the assignedLicenses property value.voidUser.setAssignedLicenses(List<AssignedLicense> value) Sets the assignedLicenses property value.