Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShared
-
Packages that use MicrosoftGraphShared Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphShared in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphShared Modifier and Type Method Description MicrosoftGraphShared
MicrosoftGraphDriveItem. shared()
Get the shared property: shared.MicrosoftGraphShared
MicrosoftGraphRemoteItem. shared()
Get the shared property: shared.MicrosoftGraphShared
MicrosoftGraphShared. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: shared.MicrosoftGraphShared
MicrosoftGraphShared. withOwner(MicrosoftGraphIdentitySet owner)
Set the owner property: identitySet.MicrosoftGraphShared
MicrosoftGraphShared. withScope(String scope)
Set the scope property: Indicates the scope of how the item is shared: anonymous, organization, or users.MicrosoftGraphShared
MicrosoftGraphShared. withSharedBy(MicrosoftGraphIdentitySet sharedBy)
Set the sharedBy property: identitySet.MicrosoftGraphShared
MicrosoftGraphShared. withSharedDateTime(OffsetDateTime sharedDateTime)
Set the sharedDateTime property: The UTC date and time when the item was shared.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphShared Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withShared(MicrosoftGraphShared shared)
Set the shared property: shared.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withShared(MicrosoftGraphShared shared)
Set the shared property: shared.
-