Uses of Class
com.microsoft.graph.models.EducationSubmissionResource
Packages that use EducationSubmissionResource
-
Uses of EducationSubmissionResource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationSubmissionResourceModifier and TypeMethodDescriptionstatic EducationSubmissionResourceEducationSubmissionResource.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type EducationSubmissionResourceModifier and TypeMethodDescriptionEducationSubmissionResource.getDependentResources()Gets the dependentResources property value.EducationSubmission.getResources()Gets the resources property value.EducationSubmission.getSubmittedResources()Gets the submittedResources property value.EducationSubmissionResourceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationSubmissionResourceModifier and TypeMethodDescriptionvoidEducationSubmissionResource.setDependentResources(List<EducationSubmissionResource> value) Sets the dependentResources property value.voidEducationSubmission.setResources(List<EducationSubmissionResource> value) Sets the resources property value.voidEducationSubmission.setSubmittedResources(List<EducationSubmissionResource> value) Sets the submittedResources property value.voidEducationSubmissionResourceCollectionResponse.setValue(List<EducationSubmissionResource> value) Sets the value property value.