Class MicrosoftGraphWorkbookCommentReply
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookCommentReply
-
public final class MicrosoftGraphWorkbookCommentReply extends MicrosoftGraphEntity
workbookCommentReply.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookCommentReply()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookCommentReply.String
content()
Get the content property: The content of a comment reply.String
contentType()
Get the contentType property: Indicates the type for the comment reply.void
validate()
Validates the instance.MicrosoftGraphWorkbookCommentReply
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookCommentReply.MicrosoftGraphWorkbookCommentReply
withContent(String content)
Set the content property: The content of a comment reply.MicrosoftGraphWorkbookCommentReply
withContentType(String contentType)
Set the contentType property: Indicates the type for the comment reply.MicrosoftGraphWorkbookCommentReply
withId(String id)
Set the id property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
content
public String content()
Get the content property: The content of a comment reply.- Returns:
- the content value.
-
withContent
public MicrosoftGraphWorkbookCommentReply withContent(String content)
Set the content property: The content of a comment reply.- Parameters:
content
- the content value to set.- Returns:
- the MicrosoftGraphWorkbookCommentReply object itself.
-
contentType
public String contentType()
Get the contentType property: Indicates the type for the comment reply.- Returns:
- the contentType value.
-
withContentType
public MicrosoftGraphWorkbookCommentReply withContentType(String contentType)
Set the contentType property: Indicates the type for the comment reply.- Parameters:
contentType
- the contentType value to set.- Returns:
- the MicrosoftGraphWorkbookCommentReply object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookCommentReply.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookCommentReply withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookCommentReply.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookCommentReply object itself.
-
withId
public MicrosoftGraphWorkbookCommentReply withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-