Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookNamedItem
-
Packages that use MicrosoftGraphWorkbookNamedItem Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkbookNamedItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookNamedItem Modifier and Type Method Description MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookNamedItem.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withComment(String comment)Set the comment property: Represents the comment associated with this name.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withName(String name)Set the name property: The name of the object.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withScope(String scope)Set the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withType(String type)Set the type property: Indicates what type of reference is associated with the name.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withValue(Map<String,Object> value)Set the value property: Json.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withVisible(Boolean visible)Set the visible property: Specifies whether the object is visible or not.MicrosoftGraphWorkbookNamedItemMicrosoftGraphWorkbookNamedItem. withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)Set the worksheet property: workbookWorksheet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookNamedItem Modifier and Type Method Description List<MicrosoftGraphWorkbookNamedItem>MicrosoftGraphWorkbook. names()Get the names property: Represents a collection of workbook scoped named items (named ranges and constants).List<MicrosoftGraphWorkbookNamedItem>MicrosoftGraphWorkbookWorksheet. names()Get the names property: Returns collection of names that are associated with the worksheet.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookNamedItem Modifier and Type Method Description MicrosoftGraphWorkbookMicrosoftGraphWorkbook. withNames(List<MicrosoftGraphWorkbookNamedItem> names)Set the names property: Represents a collection of workbook scoped named items (named ranges and constants).MicrosoftGraphWorkbookWorksheetMicrosoftGraphWorkbookWorksheet. withNames(List<MicrosoftGraphWorkbookNamedItem> names)Set the names property: Returns collection of names that are associated with the worksheet.
-