| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EducationExternalSource |
EducationOrganization.externalSource |
protected EducationExternalSource |
EducationClass.externalSource |
protected EducationExternalSource |
EducationUser.externalSource |
| Modifier and Type | Method and Description |
|---|---|
Optional<EducationExternalSource> |
EducationOrganization.getExternalSource() |
Optional<EducationExternalSource> |
EducationClass.getExternalSource() |
Optional<EducationExternalSource> |
EducationUser.getExternalSource() |
| Modifier and Type | Method and Description |
|---|---|
EducationClass.Builder |
EducationClass.Builder.externalSource(EducationExternalSource externalSource) |
EducationSchool.Builder |
EducationSchool.Builder.externalSource(EducationExternalSource externalSource) |
EducationUser.Builder |
EducationUser.Builder.externalSource(EducationExternalSource externalSource) |
EducationOrganization |
EducationOrganization.withExternalSource(EducationExternalSource externalSource) |
EducationClass |
EducationClass.withExternalSource(EducationExternalSource externalSource) |
EducationUser |
EducationUser.withExternalSource(EducationExternalSource externalSource) |
| Modifier and Type | Method and Description |
|---|---|
static EducationExternalSource |
EducationExternalSource.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.
|
Copyright © 2018–2020. All rights reserved.