MicrosoftGraphList |
MicrosoftGraphDrive.list() |
Get the list property: list.
|
MicrosoftGraphList |
MicrosoftGraphList.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: list.
|
MicrosoftGraphList |
MicrosoftGraphList.withColumns(List<MicrosoftGraphColumnDefinition> columns) |
Set the columns property: The collection of field definitions for this list.
|
MicrosoftGraphList |
MicrosoftGraphList.withContentTypes(List<MicrosoftGraphContentType> contentTypes) |
Set the contentTypes property: The collection of content types present in this list.
|
MicrosoftGraphList |
MicrosoftGraphList.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphList |
MicrosoftGraphList.withCreatedByUser(MicrosoftGraphUserInner createdByUser) |
Set the createdByUser property: Represents an Azure Active Directory user object.
|
MicrosoftGraphList |
MicrosoftGraphList.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: Date and time of item creation.
|
MicrosoftGraphList |
MicrosoftGraphList.withDescription(String description) |
Set the description property: Provides a user-visible description of the item.
|
MicrosoftGraphList |
MicrosoftGraphList.withDisplayName(String displayName) |
Set the displayName property: The displayable title of the list.
|
MicrosoftGraphList |
MicrosoftGraphList.withDrive(MicrosoftGraphDrive drive) |
Set the drive property: drive.
|
MicrosoftGraphList |
MicrosoftGraphList.withEtag(String etag) |
Set the etag property: ETag for the item.
|
MicrosoftGraphList |
MicrosoftGraphList.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphList |
MicrosoftGraphList.withItems(List<MicrosoftGraphListItem> items) |
Set the items property: All items contained in the list.
|
MicrosoftGraphList |
MicrosoftGraphList.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphList |
MicrosoftGraphList.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) |
Set the lastModifiedByUser property: Represents an Azure Active Directory user object.
|
MicrosoftGraphList |
MicrosoftGraphList.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: Date and time the item was last modified.
|
MicrosoftGraphList |
MicrosoftGraphList.withList(MicrosoftGraphListInfo list) |
Set the list property: listInfo.
|
MicrosoftGraphList |
MicrosoftGraphList.withName(String name) |
Set the name property: The name of the item.
|
MicrosoftGraphList |
MicrosoftGraphList.withParentReference(MicrosoftGraphItemReference parentReference) |
Set the parentReference property: itemReference.
|
MicrosoftGraphList |
MicrosoftGraphList.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) |
Set the sharepointIds property: sharepointIds.
|
MicrosoftGraphList |
MicrosoftGraphList.withSubscriptions(List<MicrosoftGraphSubscription> subscriptions) |
Set the subscriptions property: The set of subscriptions on the list.
|
MicrosoftGraphList |
MicrosoftGraphList.withSystem(Map<String,Object> system) |
Set the system property: systemFacet.
|
MicrosoftGraphList |
MicrosoftGraphList.withWebUrl(String webUrl) |
Set the webUrl property: URL that displays the resource in the browser.
|