Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphActivityHistoryItem
Packages that use MicrosoftGraphActivityHistoryItem
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphActivityHistoryItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphActivityHistoryItemModifier and TypeMethodDescriptionMicrosoftGraphActivityHistoryItem.withActiveDurationSeconds(Integer activeDurationSeconds) Set the activeDurationSeconds property: Optional.MicrosoftGraphActivityHistoryItem.withActivity(MicrosoftGraphUserActivity activity) Set the activity property: userActivity.MicrosoftGraphActivityHistoryItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: activityHistoryItem.MicrosoftGraphActivityHistoryItem.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Set by the server.MicrosoftGraphActivityHistoryItem.withExpirationDateTime(OffsetDateTime expirationDateTime) Set the expirationDateTime property: Optional.Set the id property: Read-only.MicrosoftGraphActivityHistoryItem.withLastActiveDateTime(OffsetDateTime lastActiveDateTime) Set the lastActiveDateTime property: Optional.MicrosoftGraphActivityHistoryItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Set by the server.MicrosoftGraphActivityHistoryItem.withStartedDateTime(OffsetDateTime startedDateTime) Set the startedDateTime property: Required.MicrosoftGraphActivityHistoryItem.withStatus(MicrosoftGraphStatus status) Set the status property: status.MicrosoftGraphActivityHistoryItem.withUserTimezone(String userTimezone) Set the userTimezone property: Optional.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphActivityHistoryItemModifier and TypeMethodDescriptionMicrosoftGraphUserActivity.historyItems()Get the historyItems property: Optional.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphActivityHistoryItemModifier and TypeMethodDescriptionMicrosoftGraphUserActivity.withHistoryItems(List<MicrosoftGraphActivityHistoryItem> historyItems) Set the historyItems property: Optional.