Uses of Class
odata.msgraph.client.beta.entity.Trending
-
Packages that use Trending Package Description odata.msgraph.client.beta.entity -
-
Uses of Trending in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Trending Modifier and Type Method Description TrendingTrending.Builder. build()TrendingTrending. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TrendingTrending. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TrendingTrending. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TrendingTrending. withResourceReference(ResourceReference resourceReference)Returns an immutable copy ofthiswith just theresourceReferencefield changed.TrendingTrending. withResourceVisualization(ResourceVisualization resourceVisualization)Returns an immutable copy ofthiswith just theresourceVisualizationfield changed.TrendingTrending. withUnmappedField(String name, String value)TrendingTrending. withWeight(Double weight)
-