MicrosoftGraphWorkbookNamedItem Class    
	- java.
lang. Object  - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity  - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookNamedItem  
- com.
 
- com.
 
public final class MicrosoftGraphWorkbookNamedItem
 extends MicrosoftGraphEntity
workbookNamedItem.
Constructor Summary
| Constructor | Description | 
|---|---|
| MicrosoftGraphWorkbookNamedItem() | 
								 Creates an instance of Microsoft  | 
					
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | 
							additionalProperties()
								 Get the additional  | 
					
| String | 
							comment()
								 Get the comment property: Represents the comment associated with this name.  | 
					
| 
								static
									Microsoft | 
						
							fromJson(JsonReader jsonReader)
								 Reads an instance of Microsoft  | 
					
| String | 
							name()
								 Get the name property: The name of the object.  | 
					
| String | 
							scope()
								 Get the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet.  | 
					
| 
									Json | 
						toJson(JsonWriter jsonWriter) | 
| String | 
							type()
								 Get the type property: Indicates what type of reference is associated with the name.  | 
					
| void | 
							validate()
								 Validates the instance.  | 
					
| Map<String,Object> | 
							value()
								 Get the value property: Json.  | 
					
| Boolean | 
							visible()
								 Get the visible property: Specifies whether the object is visible or not.  | 
					
| 
									Microsoft | 
						
							withAdditionalProperties(Map<String,Object> additionalProperties)
								 Set the additional  | 
					
| 
									Microsoft | 
						
							withComment(String comment)
								 Set the comment property: Represents the comment associated with this name.  | 
					
| 
									Microsoft | 
						
							withId(String id)
								 Set the id property: Read-only.  | 
					
| 
									Microsoft | 
						
							withName(String name)
								 Set the name property: The name of the object.  | 
					
| 
									Microsoft | 
						
							withScope(String scope)
								 Set the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet.  | 
					
| 
									Microsoft | 
						
							withType(String type)
								 Set the type property: Indicates what type of reference is associated with the name.  | 
					
| 
									Microsoft | 
						
							withValue(Map<String,Object> value)
								 Set the value property: Json.  | 
					
| 
									Microsoft | 
						
							withVisible(Boolean visible)
								 Set the visible property: Specifies whether the object is visible or not.  | 
					
| 
									Microsoft | 
						
							withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
								 Set the worksheet property: workbook  | 
					
| 
									Microsoft | 
						
							worksheet()
								 Get the worksheet property: workbook  | 
					
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookNamedItem
public MicrosoftGraphWorkbookNamedItem()
Creates an instance of MicrosoftGraphWorkbookNamedItem class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookNamedItem.
Overrides:
MicrosoftGraphWorkbookNamedItem.additionalProperties()Returns:
comment
public String comment()
Get the comment property: Represents the comment associated with this name.
Returns:
fromJson
public static MicrosoftGraphWorkbookNamedItem fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookNamedItem from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the object. Read-only.
Returns:
scope
public String scope()
Get the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookNamedItem.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String 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:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookNamedItem.validate()value
public Map<String,Object> value()
Get the value property: Json.
Returns:
visible
public Boolean visible()
Get the visible property: Specifies whether the object is visible or not.
Returns:
withAdditionalProperties
public MicrosoftGraphWorkbookNamedItem withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookNamedItem.
Overrides:
MicrosoftGraphWorkbookNamedItem.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withComment
public MicrosoftGraphWorkbookNamedItem withComment(String comment)
Set the comment property: Represents the comment associated with this name.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookNamedItem withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookNamedItem.withId(String id)Parameters:
withName
public MicrosoftGraphWorkbookNamedItem withName(String name)
Set the name property: The name of the object. Read-only.
Parameters:
Returns:
withScope
public MicrosoftGraphWorkbookNamedItem withScope(String scope)
Set the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
Parameters:
Returns:
withType
public MicrosoftGraphWorkbookNamedItem withType(String type)
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:
Returns:
withValue
public MicrosoftGraphWorkbookNamedItem withValue(Map<String,Object> value)
Set the value property: Json.
Parameters:
Returns:
withVisible
public MicrosoftGraphWorkbookNamedItem withVisible(Boolean visible)
Set the visible property: Specifies whether the object is visible or not.
Parameters:
Returns:
withWorksheet
public MicrosoftGraphWorkbookNamedItem withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbookWorksheet.
Parameters:
Returns:
worksheet
public MicrosoftGraphWorkbookWorksheet worksheet()
Get the worksheet property: workbookWorksheet.
Returns: