Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemBody
-
Packages that use MicrosoftGraphItemBody Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphItemBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphItemBody Modifier and Type Method Description MicrosoftGraphItemBody
MicrosoftGraphChatMessage. body()
Get the body property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphEvent. body()
Get the body property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphMessage. body()
Get the body property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphPost. body()
Get the body property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphTodoTaskInner. body()
Get the body property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphOnlineMeeting. joinInformation()
Get the joinInformation property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphMessage. uniqueBody()
Get the uniqueBody property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphItemBody. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemBody.MicrosoftGraphItemBody
MicrosoftGraphItemBody. withContent(String content)
Set the content property: The content of the item.MicrosoftGraphItemBody
MicrosoftGraphItemBody. withContentType(MicrosoftGraphBodyType contentType)
Set the contentType property: The contentType property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphItemBody Modifier and Type Method Description MicrosoftGraphChatMessage
MicrosoftGraphChatMessage. withBody(MicrosoftGraphItemBody body)
Set the body property: itemBody.MicrosoftGraphEvent
MicrosoftGraphEvent. withBody(MicrosoftGraphItemBody body)
Set the body property: itemBody.MicrosoftGraphMessage
MicrosoftGraphMessage. withBody(MicrosoftGraphItemBody body)
Set the body property: itemBody.MicrosoftGraphPost
MicrosoftGraphPost. withBody(MicrosoftGraphItemBody body)
Set the body property: itemBody.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withBody(MicrosoftGraphItemBody body)
Set the body property: itemBody.MicrosoftGraphOnlineMeeting
MicrosoftGraphOnlineMeeting. withJoinInformation(MicrosoftGraphItemBody joinInformation)
Set the joinInformation property: itemBody.MicrosoftGraphMessage
MicrosoftGraphMessage. withUniqueBody(MicrosoftGraphItemBody uniqueBody)
Set the uniqueBody property: itemBody.
-