| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
RemoteAssistancePartner |
RemoteAssistancePartner.Builder.build() |
RemoteAssistancePartner |
RemoteAssistancePartner.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
RemoteAssistancePartner |
RemoteAssistancePartner.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
RemoteAssistancePartner |
RemoteAssistancePartner.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
RemoteAssistancePartner |
RemoteAssistancePartner.withLastConnectionDateTime(OffsetDateTime lastConnectionDateTime)
Returns an immutable copy of
this with just the lastConnectionDateTime field changed. |
RemoteAssistancePartner |
RemoteAssistancePartner.withOnboardingStatus(RemoteAssistanceOnboardingStatus onboardingStatus)
Returns an immutable copy of
this with just the onboardingStatus
field changed. |
RemoteAssistancePartner |
RemoteAssistancePartner.withOnboardingUrl(String onboardingUrl)
Returns an immutable copy of
this with just the onboardingUrl
field changed. |
Copyright © 2018–2020. All rights reserved.