Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail
Packages that use MicrosoftGraphSharingDetail
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSharingDetail in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSharingDetailModifier and TypeMethodDescriptionMicrosoftGraphSharedInsight.lastShared()Get the lastShared property: sharingDetail.MicrosoftGraphSharingDetail.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sharingDetail.MicrosoftGraphSharingDetail.withSharedBy(MicrosoftGraphInsightIdentity sharedBy) Set the sharedBy property: insightIdentity.MicrosoftGraphSharingDetail.withSharedDateTime(OffsetDateTime sharedDateTime) Set the sharedDateTime property: The date and time the file was last shared.MicrosoftGraphSharingDetail.withSharingReference(MicrosoftGraphResourceReference sharingReference) Set the sharingReference property: resourceReference.MicrosoftGraphSharingDetail.withSharingSubject(String sharingSubject) Set the sharingSubject property: The subject with which the document was shared.MicrosoftGraphSharingDetail.withSharingType(String sharingType) Set the sharingType property: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSharingDetailModifier and TypeMethodDescriptionMicrosoftGraphSharedInsight.sharingHistory()Get the sharingHistory property: The sharingHistory property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSharingDetailModifier and TypeMethodDescriptionMicrosoftGraphSharedInsight.withLastShared(MicrosoftGraphSharingDetail lastShared) Set the lastShared property: sharingDetail.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSharingDetailModifier and TypeMethodDescriptionMicrosoftGraphSharedInsight.withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory) Set the sharingHistory property: The sharingHistory property.