| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
MobileAppContentFile |
MobileAppContentFile.Builder.build() |
MobileAppContentFile |
MobileAppContentFile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MobileAppContentFile |
MobileAppContentFile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MobileAppContentFile |
MobileAppContentFile.withAzureStorageUri(String azureStorageUri)
Returns an immutable copy of
this with just the azureStorageUri
field changed. |
MobileAppContentFile |
MobileAppContentFile.withAzureStorageUriExpirationDateTime(OffsetDateTime azureStorageUriExpirationDateTime)
Returns an immutable copy of
this with just the azureStorageUriExpirationDateTime field changed. |
MobileAppContentFile |
MobileAppContentFile.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
MobileAppContentFile |
MobileAppContentFile.withIsCommitted(Boolean isCommitted)
Returns an immutable copy of
this with just the isCommitted
field changed. |
MobileAppContentFile |
MobileAppContentFile.withIsDependency(Boolean isDependency)
Returns an immutable copy of
this with just the isDependency
field changed. |
MobileAppContentFile |
MobileAppContentFile.withIsFrameworkFile(Boolean isFrameworkFile)
Returns an immutable copy of
this with just the isFrameworkFile
field changed. |
MobileAppContentFile |
MobileAppContentFile.withManifest(byte[] manifest)
Returns an immutable copy of
this with just the manifest field
changed. |
MobileAppContentFile |
MobileAppContentFile.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
MobileAppContentFile |
MobileAppContentFile.withSize(Long size)
Returns an immutable copy of
this with just the size field
changed. |
MobileAppContentFile |
MobileAppContentFile.withSizeEncrypted(Long sizeEncrypted)
Returns an immutable copy of
this with just the sizeEncrypted
field changed. |
MobileAppContentFile |
MobileAppContentFile.withUploadState(MobileAppContentFileUploadState uploadState)
Returns an immutable copy of
this with just the uploadState
field changed. |
Copyright © 2018–2020. All rights reserved.