Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserActivity
Packages that use MicrosoftGraphUserActivity
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphUserActivity in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphUserActivityModifier and TypeMethodDescriptionMicrosoftGraphActivityHistoryItem.activity()Get the activity property: userActivity.MicrosoftGraphUserActivity.withActivationUrl(String activationUrl) Set the activationUrl property: Required.MicrosoftGraphUserActivity.withActivitySourceHost(String activitySourceHost) Set the activitySourceHost property: The activitySourceHost property.MicrosoftGraphUserActivity.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: userActivity.MicrosoftGraphUserActivity.withAppActivityId(String appActivityId) Set the appActivityId property: Required.MicrosoftGraphUserActivity.withAppDisplayName(String appDisplayName) Set the appDisplayName property: Optional.MicrosoftGraphUserActivity.withContentInfo(Map<String, Object> contentInfo) Set the contentInfo property: Json.MicrosoftGraphUserActivity.withContentUrl(String contentUrl) Set the contentUrl property: Optional.MicrosoftGraphUserActivity.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Set by the server.MicrosoftGraphUserActivity.withExpirationDateTime(OffsetDateTime expirationDateTime) Set the expirationDateTime property: Set by the server.MicrosoftGraphUserActivity.withFallbackUrl(String fallbackUrl) Set the fallbackUrl property: Optional.MicrosoftGraphUserActivity.withHistoryItems(List<MicrosoftGraphActivityHistoryItem> historyItems) Set the historyItems property: Optional.Set the id property: Read-only.MicrosoftGraphUserActivity.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Set by the server.MicrosoftGraphUserActivity.withStatus(MicrosoftGraphStatus status) Set the status property: status.MicrosoftGraphUserActivity.withUserTimezone(String userTimezone) Set the userTimezone property: Optional.MicrosoftGraphUserActivity.withVisualElements(MicrosoftGraphVisualInfo visualElements) Set the visualElements property: visualInfo.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphUserActivityModifier and TypeMethodDescriptionMicrosoftGraphUserInner.activities()Get the activities property: The user's activities across devices.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphUserActivityModifier and TypeMethodDescriptionMicrosoftGraphActivityHistoryItem.withActivity(MicrosoftGraphUserActivity activity) Set the activity property: userActivity.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphUserActivityModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withActivities(List<MicrosoftGraphUserActivity> activities) Set the activities property: The user's activities across devices.