Uses of Enum
com.microsoft.graph.models.EducationExternalSource
Packages that use EducationExternalSource
-
Uses of EducationExternalSource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationExternalSourceModifier and TypeMethodDescriptionstatic EducationExternalSourceEducationClass.getExternalSource()Gets the externalSource property value.EducationOrganization.getExternalSource()Gets the externalSource property value.EducationUser.getExternalSource()Gets the externalSource property value.static EducationExternalSourceReturns the enum constant of this type with the specified name.static EducationExternalSource[]EducationExternalSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type EducationExternalSourceModifier and TypeMethodDescriptionvoidEducationClass.setExternalSource(EducationExternalSource value) Sets the externalSource property value.voidEducationOrganization.setExternalSource(EducationExternalSource value) Sets the externalSource property value.voidEducationUser.setExternalSource(EducationExternalSource value) Sets the externalSource property value.