Uses of Class
odata.msgraph.client.beta.entity.SharedInsight
-
Packages that use SharedInsight Package Description odata.msgraph.client.beta.entity -
-
Uses of SharedInsight in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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, String value)
-