Uses of Class
odata.msgraph.client.complex.ResourceData
-
Packages that use ResourceData Package Description odata.msgraph.client.complex -
-
Uses of ResourceData in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ResourceData Modifier and Type Field Description protected ResourceDataChangeNotification. resourceDataMethods in odata.msgraph.client.complex that return ResourceData Modifier and Type Method Description ResourceDataResourceData.Builder. build()ResourceDataResourceData. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type ResourceData Modifier and Type Method Description Optional<ResourceData>ChangeNotification. getResourceData()Methods in odata.msgraph.client.complex with parameters of type ResourceData Modifier and Type Method Description ChangeNotification.BuilderChangeNotification.Builder. resourceData(ResourceData resourceData)ChangeNotificationChangeNotification. withResourceData(ResourceData resourceData)
-