Class MicrosoftGraphWorkbookCommentReply
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookCommentReply
workbookCommentReply.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookCommentReply class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookCommentReply.content()Get the content property: The content of a comment reply.Get the contentType property: Indicates the type for the comment reply.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookCommentReply.withContent(String content) Set the content property: The content of a comment reply.withContentType(String contentType) Set the contentType property: Indicates the type for the comment reply.Set the id property: Read-only.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookCommentReply
public MicrosoftGraphWorkbookCommentReply()Creates an instance of MicrosoftGraphWorkbookCommentReply class.
-
-
Method Details
-
content
Get the content property: The content of a comment reply.- Returns:
- the content value.
-
withContent
Set the content property: The content of a comment reply.- Parameters:
content- the content value to set.- Returns:
- the MicrosoftGraphWorkbookCommentReply object itself.
-
contentType
Get the contentType property: Indicates the type for the comment reply.- Returns:
- the contentType value.
-
withContentType
Set the contentType property: Indicates the type for the comment reply.- Parameters:
contentType- the contentType value to set.- Returns:
- the MicrosoftGraphWorkbookCommentReply object itself.
-
additionalProperties
Get the additionalProperties property: workbookCommentReply.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookCommentReply withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookCommentReply.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookCommentReply 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.
-