Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphList
Packages that use MicrosoftGraphList
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphList in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphListModifier and TypeMethodDescriptionMicrosoftGraphDrive.list()Get the list property: list.MicrosoftGraphList.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: list.MicrosoftGraphList.withColumns(List<MicrosoftGraphColumnDefinition> columns) Set the columns property: The collection of field definitions for this list.MicrosoftGraphList.withContentTypes(List<MicrosoftGraphContentType> contentTypes) Set the contentTypes property: The collection of content types present in this list.MicrosoftGraphList.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphList.withCreatedByUser(MicrosoftGraphUserInner createdByUser) Set the createdByUser property: userMicrosoftGraphList.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.MicrosoftGraphList.withDescription(String description) Set the description property: Provides a user-visible description of the item.MicrosoftGraphList.withDisplayName(String displayName) Set the displayName property: The displayable title of the list.MicrosoftGraphList.withDrive(MicrosoftGraphDrive drive) Set the drive property: drive.Set the etag property: ETag for the item.Set the id property: Read-only.MicrosoftGraphList.withItems(List<MicrosoftGraphListItem> items) Set the items property: All items contained in the list.MicrosoftGraphList.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphList.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) Set the lastModifiedByUser property: userMicrosoftGraphList.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.MicrosoftGraphList.withList(MicrosoftGraphListInfo list) Set the list property: listInfo.Set the name property: The name of the item.MicrosoftGraphList.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.MicrosoftGraphList.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) Set the sharepointIds property: sharepointIds.MicrosoftGraphList.withSubscriptions(List<MicrosoftGraphSubscription> subscriptions) Set the subscriptions property: The set of subscriptions on the list.MicrosoftGraphList.withSystem(Map<String, Object> system) Set the system property: systemFacet.MicrosoftGraphList.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 MicrosoftGraphListModifier and TypeMethodDescriptionMicrosoftGraphSite.lists()Get the lists property: The collection of lists under this site.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphListModifier and TypeMethodDescriptionMicrosoftGraphDrive.withList(MicrosoftGraphList list) Set the list property: list.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphListModifier and TypeMethodDescriptionMicrosoftGraphSite.withLists(List<MicrosoftGraphList> lists) Set the lists property: The collection of lists under this site.