Uses of Class
odata.msgraph.client.complex.ResourceReference
-
Packages that use ResourceReference Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ResourceReference in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ResourceReference Modifier and Type Field Description protected ResourceReferenceSharingDetail. sharingReferenceMethods in odata.msgraph.client.complex that return ResourceReference Modifier and Type Method Description ResourceReferenceResourceReference.Builder. build()ResourceReferenceResourceReference. withId(String id)ResourceReferenceResourceReference. withType(String type)ResourceReferenceResourceReference. withUnmappedField(String name, String value)ResourceReferenceResourceReference. withWebUrl(String webUrl)Methods in odata.msgraph.client.complex that return types with arguments of type ResourceReference Modifier and Type Method Description Optional<ResourceReference>SharingDetail. getSharingReference()Org.OData.Core.V1.ComputedMethods in odata.msgraph.client.complex with parameters of type ResourceReference Modifier and Type Method Description SharingDetail.BuilderSharingDetail.Builder. sharingReference(ResourceReference sharingReference)Org.OData.Core.V1.ComputedSharingDetailSharingDetail. withSharingReference(ResourceReference sharingReference)Returns an immutable copy ofthiswith just thesharingReferencefield changed. -
Uses of ResourceReference in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ResourceReference Modifier and Type Field Description protected ResourceReferenceSharedInsight. resourceReferenceprotected ResourceReferenceTrending. resourceReferenceprotected ResourceReferenceUsedInsight. resourceReferenceMethods in odata.msgraph.client.entity that return types with arguments of type ResourceReference Modifier and Type Method Description Optional<ResourceReference>SharedInsight. getResourceReference()Org.OData.Core.V1.ComputedOptional<ResourceReference>Trending. getResourceReference()Org.OData.Core.V1.ComputedOptional<ResourceReference>UsedInsight. getResourceReference()Org.OData.Core.V1.ComputedMethods in odata.msgraph.client.entity with parameters of type ResourceReference Modifier and Type Method Description SharedInsight.BuilderSharedInsight.Builder. resourceReference(ResourceReference resourceReference)Org.OData.Core.V1.ComputedTrending.BuilderTrending.Builder. resourceReference(ResourceReference resourceReference)Org.OData.Core.V1.ComputedUsedInsight.BuilderUsedInsight.Builder. resourceReference(ResourceReference resourceReference)Org.OData.Core.V1.ComputedSharedInsightSharedInsight. withResourceReference(ResourceReference resourceReference)Returns an immutable copy ofthiswith just theresourceReferencefield changed.TrendingTrending. withResourceReference(ResourceReference resourceReference)Returns an immutable copy ofthiswith just theresourceReferencefield changed.UsedInsightUsedInsight. withResourceReference(ResourceReference resourceReference)Returns an immutable copy ofthiswith just theresourceReferencefield changed.
-