Uses of Class
com.microsoft.graph.models.WorkbookOperationError
Packages that use WorkbookOperationError
-
Uses of WorkbookOperationError in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookOperationErrorModifier and TypeMethodDescriptionstatic WorkbookOperationErrorWorkbookOperationError.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWorkbookOperation.getError()Gets the error property value.WorkbookOperationError.getInnerError()Gets the innerError property value.Methods in com.microsoft.graph.models with parameters of type WorkbookOperationErrorModifier and TypeMethodDescriptionvoidWorkbookOperation.setError(WorkbookOperationError value) Sets the error property value.voidWorkbookOperationError.setInnerError(WorkbookOperationError value) Sets the innerError property value.