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 MicrosoftGraphSharedMicrosoftGraphDriveItem. shared()Get the shared property: shared.MicrosoftGraphSharedMicrosoftGraphRemoteItem. shared()Get the shared property: shared.MicrosoftGraphSharedMicrosoftGraphShared. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: shared.MicrosoftGraphSharedMicrosoftGraphShared. withOwner(MicrosoftGraphIdentitySet owner)Set the owner property: identitySet.MicrosoftGraphSharedMicrosoftGraphShared. withScope(String scope)Set the scope property: Indicates the scope of how the item is shared: anonymous, organization, or users.MicrosoftGraphSharedMicrosoftGraphShared. withSharedBy(MicrosoftGraphIdentitySet sharedBy)Set the sharedBy property: identitySet.MicrosoftGraphSharedMicrosoftGraphShared. 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 MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withShared(MicrosoftGraphShared shared)Set the shared property: shared.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withShared(MicrosoftGraphShared shared)Set the shared property: shared.
-