MicrosoftGraphListItem |
MicrosoftGraphDriveItem.listItem() |
Get the listItem property: listItem.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: listItem.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withAnalytics(MicrosoftGraphItemAnalytics analytics) |
Set the analytics property: itemAnalytics.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withContentType(MicrosoftGraphContentTypeInfo contentType) |
Set the contentType property: contentTypeInfo.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withCreatedByUser(MicrosoftGraphUserInner createdByUser) |
Set the createdByUser property: Represents an Azure Active Directory user object.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: Date and time of item creation.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withDescription(String description) |
Set the description property: Provides a user-visible description of the item.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withDriveItem(MicrosoftGraphDriveItem driveItem) |
Set the driveItem property: driveItem.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withEtag(String etag) |
Set the etag property: ETag for the item.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withFields(MicrosoftGraphFieldValueSet fields) |
Set the fields property: fieldValueSet.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) |
Set the lastModifiedByUser property: Represents an Azure Active Directory user object.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: Date and time the item was last modified.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withName(String name) |
Set the name property: The name of the item.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withParentReference(MicrosoftGraphItemReference parentReference) |
Set the parentReference property: itemReference.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) |
Set the sharepointIds property: sharepointIds.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withVersions(List<MicrosoftGraphListItemVersion> versions) |
Set the versions property: The list of previous versions of the list item.
|
MicrosoftGraphListItem |
MicrosoftGraphListItem.withWebUrl(String webUrl) |
Set the webUrl property: URL that displays the resource in the browser.
|