Uses of Class
odata.msgraph.client.entity.WorkbookFormatProtection
-
Packages that use WorkbookFormatProtection Package Description odata.msgraph.client.entity -
-
Uses of WorkbookFormatProtection in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkbookFormatProtection Modifier and Type Field Description protected WorkbookFormatProtectionWorkbookRangeFormat. protectionMethods in odata.msgraph.client.entity that return WorkbookFormatProtection Modifier and Type Method Description WorkbookFormatProtectionWorkbookFormatProtection.Builder. build()WorkbookFormatProtectionWorkbookFormatProtection. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookFormatProtectionWorkbookFormatProtection. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookFormatProtectionWorkbookFormatProtection. withFormulaHidden(Boolean formulaHidden)WorkbookFormatProtectionWorkbookFormatProtection. withLocked(Boolean locked)WorkbookFormatProtectionWorkbookFormatProtection. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type WorkbookFormatProtection Modifier and Type Method Description WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. protection(WorkbookFormatProtection protection)WorkbookRangeFormatWorkbookRangeFormat. withProtection(WorkbookFormatProtection protection)
-