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.Stringcontent()Get the content property: The content of a comment reply.StringcontentType()Get the contentType property: Indicates the type for the comment reply.voidvalidate()Validates the instance.MicrosoftGraphWorkbookCommentReplywithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookCommentReply.MicrosoftGraphWorkbookCommentReplywithContent(String content)Set the content property: The content of a comment reply.MicrosoftGraphWorkbookCommentReplywithContentType(String contentType)Set the contentType property: Indicates the type for the comment reply.MicrosoftGraphWorkbookCommentReplywithId(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:
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
public MicrosoftGraphWorkbookCommentReply withId(String id)
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.
-
-