Uses of Class
com.microsoft.graph.models.SharingDetail
Packages that use SharingDetail
-
Uses of SharingDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharingDetailModifier and TypeMethodDescriptionstatic SharingDetailSharingDetail.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSharedInsight.getLastShared()Gets the lastShared property value.Methods in com.microsoft.graph.models that return types with arguments of type SharingDetailModifier and TypeMethodDescriptionSharedInsight.getSharingHistory()Gets the sharingHistory property value.Methods in com.microsoft.graph.models with parameters of type SharingDetailModifier and TypeMethodDescriptionvoidSharedInsight.setLastShared(SharingDetail value) Sets the lastShared property value.Method parameters in com.microsoft.graph.models with type arguments of type SharingDetailModifier and TypeMethodDescriptionvoidSharedInsight.setSharingHistory(List<SharingDetail> value) Sets the sharingHistory property value.