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.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.withUnmappedField(String name,
Object value) |
|
MobileAppContentFile |
MobileAppContentFile.withUploadState(MobileAppContentFileUploadState uploadState) |
Returns an immutable copy of this with just the uploadState
field changed.
|