Uses of Class
odata.msgraph.client.beta.complex.InstitutionData
-
Packages that use InstitutionData Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of InstitutionData in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return InstitutionData Modifier and Type Method Description InstitutionDataInstitutionData.Builder. build()InstitutionDataInstitutionData. withDescription(String description)InstitutionDataInstitutionData. withDisplayName(String displayName)InstitutionDataInstitutionData. withLocation(PhysicalAddress location)InstitutionDataInstitutionData. withUnmappedField(String name, String value)InstitutionDataInstitutionData. withWebUrl(String webUrl) -
Uses of InstitutionData in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as InstitutionData Modifier and Type Field Description protected InstitutionDataEducationalActivity. institutionMethods in odata.msgraph.client.beta.entity that return types with arguments of type InstitutionData Modifier and Type Method Description Optional<InstitutionData>EducationalActivity. getInstitution()Methods in odata.msgraph.client.beta.entity with parameters of type InstitutionData Modifier and Type Method Description EducationalActivity.BuilderEducationalActivity.Builder. institution(InstitutionData institution)EducationalActivityEducationalActivity. withInstitution(InstitutionData institution)
-