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 MicrosoftGraphItemBodyMicrosoftGraphChatMessage. body()Get the body property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphEvent. body()Get the body property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphMessage. body()Get the body property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphPost. body()Get the body property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphTodoTaskInner. body()Get the body property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphOnlineMeeting. joinInformation()Get the joinInformation property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphMessage. uniqueBody()Get the uniqueBody property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphItemBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: itemBody.MicrosoftGraphItemBodyMicrosoftGraphItemBody. withContent(String content)Set the content property: The content of the item.MicrosoftGraphItemBodyMicrosoftGraphItemBody. 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 MicrosoftGraphChatMessageMicrosoftGraphChatMessage. withBody(MicrosoftGraphItemBody body)Set the body property: itemBody.MicrosoftGraphEventMicrosoftGraphEvent. withBody(MicrosoftGraphItemBody body)Set the body property: itemBody.MicrosoftGraphMessageMicrosoftGraphMessage. withBody(MicrosoftGraphItemBody body)Set the body property: itemBody.MicrosoftGraphPostMicrosoftGraphPost. withBody(MicrosoftGraphItemBody body)Set the body property: itemBody.MicrosoftGraphTodoTaskInnerMicrosoftGraphTodoTaskInner. withBody(MicrosoftGraphItemBody body)Set the body property: itemBody.MicrosoftGraphOnlineMeetingMicrosoftGraphOnlineMeeting. withJoinInformation(MicrosoftGraphItemBody joinInformation)Set the joinInformation property: itemBody.MicrosoftGraphMessageMicrosoftGraphMessage. withUniqueBody(MicrosoftGraphItemBody uniqueBody)Set the uniqueBody property: itemBody.
-