MicrosoftGraphWorkbookCommentReply Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookCommentReply
- com.
- com.
public final class MicrosoftGraphWorkbookCommentReply
extends MicrosoftGraphEntity
workbookCommentReply.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookCommentReply() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
content()
Get the content property: The content of a comment reply. |
String |
contentType()
Get the content |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withContent(String content)
Set the content property: The content of a comment reply. |
Microsoft |
withContentType(String contentType)
Set the content |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookCommentReply
public MicrosoftGraphWorkbookCommentReply()
Creates an instance of MicrosoftGraphWorkbookCommentReply class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookCommentReply.
Overrides:
MicrosoftGraphWorkbookCommentReply.additionalProperties()Returns:
content
public String content()
Get the content property: The content of a comment reply.
Returns:
contentType
public String contentType()
Get the contentType property: Indicates the type for the comment reply.
Returns:
fromJson
public static MicrosoftGraphWorkbookCommentReply fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookCommentReply from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookCommentReply.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookCommentReply.validate()withAdditionalProperties
public MicrosoftGraphWorkbookCommentReply withAdditionalProperties(Map
Set the additionalProperties property: workbookCommentReply.
Overrides:
MicrosoftGraphWorkbookCommentReply.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withContent
public MicrosoftGraphWorkbookCommentReply withContent(String content)
Set the content property: The content of a comment reply.
Parameters:
Returns:
withContentType
public MicrosoftGraphWorkbookCommentReply withContentType(String contentType)
Set the contentType property: Indicates the type for the comment reply.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookCommentReply withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookCommentReply.withId(String id)Parameters:
Applies to
Azure SDK for Java