Uses of Enum
com.microsoft.graph.models.WorkbookOperationStatus
Packages that use WorkbookOperationStatus
-
Uses of WorkbookOperationStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookOperationStatusModifier and TypeMethodDescriptionstatic WorkbookOperationStatusWorkbookOperation.getStatus()Gets the status property value.static WorkbookOperationStatusReturns the enum constant of this type with the specified name.static WorkbookOperationStatus[]WorkbookOperationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type WorkbookOperationStatusModifier and TypeMethodDescriptionvoidWorkbookOperation.setStatus(WorkbookOperationStatus value) Sets the status property value.