MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: baseItem.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withCreatedByUser(MicrosoftGraphUserInner createdByUser) |
Set the createdByUser property: Represents an Azure Active Directory user object.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: Date and time of item creation.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withDescription(String description) |
Set the description property: Provides a user-visible description of the item.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withEtag(String etag) |
Set the etag property: ETag for the item.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) |
Set the lastModifiedByUser property: Represents an Azure Active Directory user object.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: Date and time the item was last modified.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withName(String name) |
Set the name property: The name of the item.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withParentReference(MicrosoftGraphItemReference parentReference) |
Set the parentReference property: itemReference.
|
MicrosoftGraphBaseItemInner |
MicrosoftGraphBaseItemInner.withWebUrl(String webUrl) |
Set the webUrl property: URL that displays the resource in the browser.
|