| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ExternalFile |
ExternalFile.Builder.build() |
ExternalFile |
ExternalFile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ExternalFile |
ExternalFile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ExternalFile |
ExternalFile.withCreatedBy(String createdBy) |
ExternalFile |
ExternalFile.withCreatedDateTime(OffsetDateTime createdDateTime) |
ExternalFile |
ExternalFile.withExtension(String extension) |
ExternalFile |
ExternalFile.withLastModifiedBy(String lastModifiedBy) |
ExternalFile |
ExternalFile.withModifiedDateTime(OffsetDateTime modifiedDateTime) |
ExternalFile |
ExternalFile.withName(String name) |
ExternalFile |
ExternalFile.withSize(Long size) |
ExternalFile |
ExternalFile.withTitle(String title) |
ExternalFile |
ExternalFile.withUrl(String url) |
Copyright © 2018–2020. All rights reserved.