Uses of Class
odata.msgraph.client.entity.SharedInsight
-
Packages that use SharedInsight Package Description odata.msgraph.client.entity -
-
Uses of SharedInsight in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SharedInsight Modifier and Type Field Description protected List<SharedInsight>OfficeGraphInsights. sharedMethods in odata.msgraph.client.entity that return SharedInsight Modifier and Type Method Description SharedInsightSharedInsight.Builder. build()SharedInsightSharedInsight. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SharedInsightSharedInsight. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SharedInsightSharedInsight. withLastShared(SharingDetail lastShared)SharedInsightSharedInsight. withResourceReference(ResourceReference resourceReference)Returns an immutable copy ofthiswith just theresourceReferencefield changed.SharedInsightSharedInsight. withResourceVisualization(ResourceVisualization resourceVisualization)Returns an immutable copy ofthiswith just theresourceVisualizationfield changed.SharedInsightSharedInsight. withSharingHistory(List<SharingDetail> sharingHistory)SharedInsightSharedInsight. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type SharedInsight Modifier and Type Method Description OfficeGraphInsights.BuilderOfficeGraphInsights.Builder. shared(SharedInsight... shared)Method parameters in odata.msgraph.client.entity with type arguments of type SharedInsight Modifier and Type Method Description OfficeGraphInsights.BuilderOfficeGraphInsights.Builder. shared(List<SharedInsight> shared)OfficeGraphInsightsOfficeGraphInsights. withShared(List<SharedInsight> shared)
-