Uses of Class
odata.msgraph.client.enums.EducationExternalSource
-
Packages that use EducationExternalSource Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of EducationExternalSource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EducationExternalSource Modifier and Type Field Description protected EducationExternalSourceEducationClass. externalSourceprotected EducationExternalSourceEducationOrganization. externalSourceprotected EducationExternalSourceEducationUser. externalSourceMethods in odata.msgraph.client.entity that return types with arguments of type EducationExternalSource Modifier and Type Method Description Optional<EducationExternalSource>EducationClass. getExternalSource()Optional<EducationExternalSource>EducationOrganization. getExternalSource()Optional<EducationExternalSource>EducationUser. getExternalSource()Methods in odata.msgraph.client.entity with parameters of type EducationExternalSource Modifier and Type Method Description EducationClass.BuilderEducationClass.Builder. externalSource(EducationExternalSource externalSource)EducationSchool.BuilderEducationSchool.Builder. externalSource(EducationExternalSource externalSource)EducationUser.BuilderEducationUser.Builder. externalSource(EducationExternalSource externalSource)EducationClassEducationClass. withExternalSource(EducationExternalSource externalSource)EducationOrganizationEducationOrganization. withExternalSource(EducationExternalSource externalSource)EducationUserEducationUser. withExternalSource(EducationExternalSource externalSource) -
Uses of EducationExternalSource in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return EducationExternalSource Modifier and Type Method Description static EducationExternalSourceEducationExternalSource. valueOf(String name)Returns 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.
-