Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphListItem
Packages that use MicrosoftGraphListItem
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphListItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphListItemModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.listItem()Get the listItem property: listItem.MicrosoftGraphListItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: listItem.MicrosoftGraphListItem.withAnalytics(MicrosoftGraphItemAnalytics analytics) Set the analytics property: itemAnalytics.MicrosoftGraphListItem.withContentType(MicrosoftGraphContentTypeInfo contentType) Set the contentType property: contentTypeInfo.MicrosoftGraphListItem.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphListItem.withCreatedByUser(MicrosoftGraphUserInner createdByUser) Set the createdByUser property: userMicrosoftGraphListItem.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.MicrosoftGraphListItem.withDescription(String description) Set the description property: Provides a user-visible description of the item.MicrosoftGraphListItem.withDriveItem(MicrosoftGraphDriveItem driveItem) Set the driveItem property: driveItem.Set the etag property: ETag for the item.MicrosoftGraphListItem.withFields(MicrosoftGraphFieldValueSet fields) Set the fields property: fieldValueSet.Set the id property: Read-only.MicrosoftGraphListItem.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphListItem.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) Set the lastModifiedByUser property: userMicrosoftGraphListItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.Set the name property: The name of the item.MicrosoftGraphListItem.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.MicrosoftGraphListItem.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) Set the sharepointIds property: sharepointIds.MicrosoftGraphListItem.withVersions(List<MicrosoftGraphListItemVersion> versions) Set the versions property: The list of previous versions of the list item.MicrosoftGraphListItem.withWebUrl(String webUrl) Set the webUrl property: URL that displays the resource in the browser.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphListItemModifier and TypeMethodDescriptionMicrosoftGraphList.items()Get the items property: All items contained in the list.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphListItemModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withListItem(MicrosoftGraphListItem listItem) Set the listItem property: listItem.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphListItemModifier and TypeMethodDescriptionMicrosoftGraphList.withItems(List<MicrosoftGraphListItem> items) Set the items property: All items contained in the list.