MicrosoftGraphOnenoteEntityBaseModel Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenoteEntityBaseModel
- com.
- com.
public class MicrosoftGraphOnenoteEntityBaseModel
extends MicrosoftGraphEntity
Represents an onenote entity base model.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphOnenoteEntityBaseModel() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
self()
Get the self property: The endpoint where you can get details about the page. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withId(String id)
Set the id property: Read-only. |
|
Microsoft |
withSelf(String self)
Set the self property: The endpoint where you can get details about the page. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOnenoteEntityBaseModel
public MicrosoftGraphOnenoteEntityBaseModel()
Creates an instance of MicrosoftGraphOnenoteEntityBaseModel class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: onenoteEntityBaseModel.
Overrides:
MicrosoftGraphOnenoteEntityBaseModel.additionalProperties()Returns:
fromJson
public static MicrosoftGraphOnenoteEntityBaseModel fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOnenoteEntityBaseModel from the JsonReader.
Parameters:
Returns:
Throws:
self
public String self()
Get the self property: The endpoint where you can get details about the page. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOnenoteEntityBaseModel.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOnenoteEntityBaseModel.validate()withAdditionalProperties
public MicrosoftGraphOnenoteEntityBaseModel withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: onenoteEntityBaseModel.
Overrides:
MicrosoftGraphOnenoteEntityBaseModel.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphOnenoteEntityBaseModel withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOnenoteEntityBaseModel.withId(String id)Parameters:
withSelf
public MicrosoftGraphOnenoteEntityBaseModel withSelf(String self)
Set the self property: The endpoint where you can get details about the page. Read-only.
Parameters:
Returns: