Uses of Class
odata.msgraph.client.complex.EducationResource
-
Packages that use EducationResource Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of EducationResource in odata.msgraph.client.complex
Subclasses of EducationResource in odata.msgraph.client.complex Modifier and Type Class Description classEducationExcelResourceclassEducationExternalResourceclassEducationFileResourceclassEducationLinkResourceclassEducationMediaResourceclassEducationPowerPointResourceclassEducationTeamsAppResourceclassEducationWordResourceMethods in odata.msgraph.client.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, Object value) -
Uses of EducationResource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EducationResource Modifier and Type Field Description protected EducationResourceEducationFeedbackResourceOutcome. feedbackResourceprotected EducationResourceEducationAssignmentResource. resourceprotected EducationResourceEducationSubmissionResource. resourceMethods in odata.msgraph.client.entity that return types with arguments of type EducationResource Modifier and Type Method Description Optional<EducationResource>EducationFeedbackResourceOutcome. getFeedbackResource()Optional<EducationResource>EducationAssignmentResource. getResource()Optional<EducationResource>EducationSubmissionResource. getResource()Methods in odata.msgraph.client.entity with parameters of type EducationResource Modifier and Type Method Description EducationFeedbackResourceOutcome.BuilderEducationFeedbackResourceOutcome.Builder. feedbackResource(EducationResource feedbackResource)EducationAssignmentResource.BuilderEducationAssignmentResource.Builder. resource(EducationResource resource)EducationSubmissionResource.BuilderEducationSubmissionResource.Builder. resource(EducationResource resource)EducationFeedbackResourceOutcomeEducationFeedbackResourceOutcome. withFeedbackResource(EducationResource feedbackResource)EducationAssignmentResourceEducationAssignmentResource. withResource(EducationResource resource)EducationSubmissionResourceEducationSubmissionResource. withResource(EducationResource resource)
-