Class MicrosoftGraphWorkbookNamedItem
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookNamedItem
workbookNamedItem.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookNamedItem class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookNamedItem.comment()Get the comment property: Represents the comment associated with this name.name()Get the name property: The name of the object.scope()Get the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet.type()Get the type property: Indicates what type of reference is associated with the name.voidvalidate()Validates the instance.value()Get the value property: Json.visible()Get the visible property: Specifies whether the object is visible or not.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookNamedItem.withComment(String comment) Set the comment property: Represents the comment associated with this name.Set the id property: Read-only.Set the name property: The name of the object.Set the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet.Set the type property: Indicates what type of reference is associated with the name.Set the value property: Json.withVisible(Boolean visible) Set the visible property: Specifies whether the object is visible or not.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.Get the worksheet property: workbookWorksheet.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookNamedItem
public MicrosoftGraphWorkbookNamedItem()Creates an instance of MicrosoftGraphWorkbookNamedItem class.
-
-
Method Details
-
comment
Get the comment property: Represents the comment associated with this name.- Returns:
- the comment value.
-
withComment
Set the comment property: Represents the comment associated with this name.- Parameters:
comment- the comment value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
name
Get the name property: The name of the object. Read-only.- Returns:
- the name value.
-
withName
Set the name property: The name of the object. Read-only.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
scope
Get the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.- Returns:
- the scope value.
-
withScope
Set the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.- Parameters:
scope- the scope value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
type
Get the type property: Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.- Returns:
- the type value.
-
withType
Set the type property: Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
value
Get the value property: Json.- Returns:
- the value value.
-
withValue
Set the value property: Json.- Parameters:
value- the value value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
visible
Get the visible property: Specifies whether the object is visible or not.- Returns:
- the visible value.
-
withVisible
Set the visible property: Specifies whether the object is visible or not.- Parameters:
visible- the visible value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
worksheet
Get the worksheet property: workbookWorksheet.- Returns:
- the worksheet value.
-
withWorksheet
Set the worksheet property: workbookWorksheet.- Parameters:
worksheet- the worksheet value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
additionalProperties
Get the additionalProperties property: workbookNamedItem.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookNamedItem withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookNamedItem.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookNamedItem object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-