Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSite
Packages that use MicrosoftGraphSite
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSite in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSiteModifier and TypeMethodDescriptionMicrosoftGraphSite.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: site.MicrosoftGraphSite.withAnalytics(MicrosoftGraphItemAnalytics analytics) Set the analytics property: itemAnalytics.MicrosoftGraphSite.withColumns(List<MicrosoftGraphColumnDefinition> columns) Set the columns property: The collection of column definitions reusable across lists under this site.MicrosoftGraphSite.withContentTypes(List<MicrosoftGraphContentType> contentTypes) Set the contentTypes property: The collection of content types defined for this site.MicrosoftGraphSite.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphSite.withCreatedByUser(MicrosoftGraphUserInner createdByUser) Set the createdByUser property: userMicrosoftGraphSite.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.MicrosoftGraphSite.withDescription(String description) Set the description property: Provides a user-visible description of the item.MicrosoftGraphSite.withDisplayName(String displayName) Set the displayName property: The full title for the site.MicrosoftGraphSite.withDrive(MicrosoftGraphDrive drive) Set the drive property: drive.MicrosoftGraphSite.withDrives(List<MicrosoftGraphDrive> drives) Set the drives property: The collection of drives (document libraries) under this site.MicrosoftGraphSite.withError(MicrosoftGraphPublicError error) Set the error property: publicError.Set the etag property: ETag for the item.Set the id property: Read-only.MicrosoftGraphSite.withItems(List<MicrosoftGraphBaseItemInner> items) Set the items property: Used to address any item contained in this site.MicrosoftGraphSite.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphSite.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) Set the lastModifiedByUser property: userMicrosoftGraphSite.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.MicrosoftGraphSite.withLists(List<MicrosoftGraphList> lists) Set the lists property: The collection of lists under this site.Set the name property: The name of the item.MicrosoftGraphSite.withOnenote(MicrosoftGraphOnenote onenote) Set the onenote property: onenote.MicrosoftGraphSite.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.Set the root property: root.MicrosoftGraphSite.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) Set the sharepointIds property: sharepointIds.MicrosoftGraphSite.withSiteCollection(MicrosoftGraphSiteCollection siteCollection) Set the siteCollection property: siteCollection.MicrosoftGraphSite.withSites(List<MicrosoftGraphSite> sites) Set the sites property: The collection of the sub-sites under this site.MicrosoftGraphSite.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 MicrosoftGraphSiteModifier and TypeMethodDescriptionMicrosoftGraphUserInner.followedSites()Get the followedSites property: The followedSites property.MicrosoftGraphGroupInner.sites()Get the sites property: The list of SharePoint sites in this group.MicrosoftGraphSite.sites()Get the sites property: The collection of the sub-sites under this site.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSiteModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withFollowedSites(List<MicrosoftGraphSite> followedSites) Set the followedSites property: The followedSites property.MicrosoftGraphGroupInner.withSites(List<MicrosoftGraphSite> sites) Set the sites property: The list of SharePoint sites in this group.MicrosoftGraphSite.withSites(List<MicrosoftGraphSite> sites) Set the sites property: The collection of the sub-sites under this site.