Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail
-
Packages that use MicrosoftGraphSharingDetail Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphSharingDetail Modifier and Type Method Description MicrosoftGraphSharingDetailMicrosoftGraphSharedInsight. lastShared()Get the lastShared property: sharingDetail.MicrosoftGraphSharingDetailMicrosoftGraphSharingDetail. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: sharingDetail.MicrosoftGraphSharingDetailMicrosoftGraphSharingDetail. withSharedBy(MicrosoftGraphInsightIdentity sharedBy)Set the sharedBy property: insightIdentity.MicrosoftGraphSharingDetailMicrosoftGraphSharingDetail. withSharedDateTime(OffsetDateTime sharedDateTime)Set the sharedDateTime property: The date and time the file was last shared.MicrosoftGraphSharingDetailMicrosoftGraphSharingDetail. withSharingReference(MicrosoftGraphResourceReference sharingReference)Set the sharingReference property: resourceReference.MicrosoftGraphSharingDetailMicrosoftGraphSharingDetail. withSharingSubject(String sharingSubject)Set the sharingSubject property: The subject with which the document was shared.MicrosoftGraphSharingDetailMicrosoftGraphSharingDetail. 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 MicrosoftGraphSharingDetail Modifier and Type Method Description List<MicrosoftGraphSharingDetail>MicrosoftGraphSharedInsight. sharingHistory()Get the sharingHistory property: The sharingHistory property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSharingDetail Modifier and Type Method Description MicrosoftGraphSharedInsightMicrosoftGraphSharedInsight. withLastShared(MicrosoftGraphSharingDetail lastShared)Set the lastShared property: sharingDetail.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSharingDetail Modifier and Type Method Description MicrosoftGraphSharedInsightMicrosoftGraphSharedInsight. withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)Set the sharingHistory property: The sharingHistory property.
-