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 MicrosoftGraphSharingDetail
MicrosoftGraphSharedInsight. lastShared()
Get the lastShared property: sharingDetail.MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: sharingDetail.MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withSharedBy(MicrosoftGraphInsightIdentity sharedBy)
Set the sharedBy property: insightIdentity.MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withSharedDateTime(OffsetDateTime sharedDateTime)
Set the sharedDateTime property: The date and time the file was last shared.MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withSharingReference(MicrosoftGraphResourceReference sharingReference)
Set the sharingReference property: resourceReference.MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withSharingSubject(String sharingSubject)
Set the sharingSubject property: The subject with which the document was shared.MicrosoftGraphSharingDetail
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 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 MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. 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 MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)
Set the sharingHistory property: The sharingHistory property.
-