Uses of Class
odata.msgraph.client.enums.WorkbookOperationStatus
-
Packages that use WorkbookOperationStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WorkbookOperationStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkbookOperationStatus Modifier and Type Field Description protected WorkbookOperationStatusWorkbookOperation. statusMethods in odata.msgraph.client.entity that return types with arguments of type WorkbookOperationStatus Modifier and Type Method Description Optional<WorkbookOperationStatus>WorkbookOperation. getStatus()Methods in odata.msgraph.client.entity with parameters of type WorkbookOperationStatus Modifier and Type Method Description WorkbookOperation.BuilderWorkbookOperation.Builder. status(WorkbookOperationStatus status)WorkbookOperationWorkbookOperation. withStatus(WorkbookOperationStatus status) -
Uses of WorkbookOperationStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WorkbookOperationStatus Modifier and Type Method Description static WorkbookOperationStatusWorkbookOperationStatus. valueOf(String name)Returns 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.
-