| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.Builder.build() |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withPayload(byte[] payload)
Returns an immutable copy of
this with just the payload field
changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withPayloadFileName(String payloadFileName)
Returns an immutable copy of
this with just the payloadFileName
field changed. |
IosLobAppProvisioningConfiguration |
IosLobAppProvisioningConfiguration.withVersion(Integer version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.