| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
FileEncryptionInfo |
FileEncryptionInfo.Builder.build() |
FileEncryptionInfo |
FileEncryptionInfo.withEncryptionKey(byte[] encryptionKey)
Returns an immutable copy of
this with just the encryptionKey
field changed. |
FileEncryptionInfo |
FileEncryptionInfo.withFileDigest(byte[] fileDigest)
Returns an immutable copy of
this with just the fileDigest field
changed. |
FileEncryptionInfo |
FileEncryptionInfo.withFileDigestAlgorithm(String fileDigestAlgorithm)
Returns an immutable copy of
this with just the fileDigestAlgorithm field changed. |
FileEncryptionInfo |
FileEncryptionInfo.withInitializationVector(byte[] initializationVector)
Returns an immutable copy of
this with just the initializationVector field changed. |
FileEncryptionInfo |
FileEncryptionInfo.withMac(byte[] mac)
Returns an immutable copy of
this with just the mac field
changed. |
FileEncryptionInfo |
FileEncryptionInfo.withMacKey(byte[] macKey)
Returns an immutable copy of
this with just the macKey field
changed. |
FileEncryptionInfo |
FileEncryptionInfo.withProfileIdentifier(String profileIdentifier)
Returns an immutable copy of
this with just the profileIdentifier
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MobileAppContentFile.commit(FileEncryptionInfo fileEncryptionInfo) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MobileAppContentFileRequest.commit(FileEncryptionInfo fileEncryptionInfo) |
Copyright © 2018–2020. All rights reserved.