Uses of Class
odata.msgraph.client.beta.complex.EducationResource
-
Packages that use EducationResource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EducationResource in odata.msgraph.client.beta.complex
Subclasses of EducationResource in odata.msgraph.client.beta.complex Modifier and Type Class Description classEducationExcelResourceclassEducationExternalResourceclassEducationFileResourceclassEducationLinkResourceclassEducationMediaResourceclassEducationPowerPointResourceclassEducationWordResourceMethods in odata.msgraph.client.beta.complex that return EducationResource Modifier and Type Method Description EducationResourceEducationResource. withCreatedBy(IdentitySet createdBy)Returns an immutable copy ofthiswith just thecreatedByfield changed.EducationResourceEducationResource. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.EducationResourceEducationResource. withDisplayName(String displayName)EducationResourceEducationResource. withLastModifiedBy(IdentitySet lastModifiedBy)Returns an immutable copy ofthiswith just thelastModifiedByfield changed.EducationResourceEducationResource. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.EducationResourceEducationResource. withUnmappedField(String name, String value) -
Uses of EducationResource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationResource Modifier and Type Field Description protected EducationResourceEducationAssignmentResource. resourceprotected EducationResourceEducationSubmissionResource. resourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationResource Modifier and Type Method Description Optional<EducationResource>EducationAssignmentResource. getResource()Optional<EducationResource>EducationSubmissionResource. getResource()Methods in odata.msgraph.client.beta.entity with parameters of type EducationResource Modifier and Type Method Description EducationAssignmentResource.BuilderEducationAssignmentResource.Builder. resource(EducationResource resource)EducationSubmissionResource.BuilderEducationSubmissionResource.Builder. resource(EducationResource resource)EducationAssignmentResourceEducationAssignmentResource. withResource(EducationResource resource)EducationSubmissionResourceEducationSubmissionResource. withResource(EducationResource resource)
-