MicrosoftGraphOnenotePagePreview Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenotePagePreview
- com.
Implements
public final class MicrosoftGraphOnenotePagePreview
implements JsonSerializable<MicrosoftGraphOnenotePagePreview>
Represents an onenote page preview.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphOnenotePagePreview() |
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 |
|
Microsoft |
links()
Get the links property: onenote |
| String |
previewText()
Get the preview |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withLinks(MicrosoftGraphOnenotePagePreviewLinks links)
Set the links property: onenote |
|
Microsoft |
withPreviewText(String previewText)
Set the preview |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOnenotePagePreview
public MicrosoftGraphOnenotePagePreview()
Creates an instance of MicrosoftGraphOnenotePagePreview class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: onenotePagePreview.
Returns:
fromJson
public static MicrosoftGraphOnenotePagePreview fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOnenotePagePreview from the JsonReader.
Parameters:
Returns:
Throws:
links
public MicrosoftGraphOnenotePagePreviewLinks links()
Get the links property: onenotePagePreviewLinks.
Returns:
previewText
public String previewText()
Get the previewText property: The previewText property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphOnenotePagePreview withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: onenotePagePreview.
Parameters:
Returns:
withLinks
public MicrosoftGraphOnenotePagePreview withLinks(MicrosoftGraphOnenotePagePreviewLinks links)
Set the links property: onenotePagePreviewLinks.
Parameters:
Returns:
withPreviewText
public MicrosoftGraphOnenotePagePreview withPreviewText(String previewText)
Set the previewText property: The previewText property.
Parameters:
Returns: