public class RemoteAssistancePartner extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteAssistancePartner.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected OffsetDateTime |
lastConnectionDateTime |
protected RemoteAssistanceOnboardingStatus |
onboardingStatus |
protected String |
onboardingUrl |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RemoteAssistancePartner() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
beginOnboarding() |
static RemoteAssistancePartner.Builder |
builderRemoteAssistancePartner()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
disconnect() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayName()
“Display name of the partner.”
|
Optional<OffsetDateTime> |
getLastConnectionDateTime()
“Timestamp of the last request sent to Intune by the TEM partner.”
|
Optional<RemoteAssistanceOnboardingStatus> |
getOnboardingStatus()
“A friendly description of the current TeamViewer connector status”
|
Optional<String> |
getOnboardingUrl()
“URL of the partner's onboarding portal, where an administrator can configure
their Remote Assistance service.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
RemoteAssistancePartner |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
RemoteAssistancePartner |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
RemoteAssistancePartner |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
RemoteAssistancePartner |
withLastConnectionDateTime(OffsetDateTime lastConnectionDateTime)
Returns an immutable copy of
this with just the lastConnectionDateTime field changed. |
RemoteAssistancePartner |
withOnboardingStatus(RemoteAssistanceOnboardingStatus onboardingStatus)
Returns an immutable copy of
this with just the onboardingStatus
field changed. |
RemoteAssistancePartner |
withOnboardingUrl(String onboardingUrl)
Returns an immutable copy of
this with just the onboardingUrl
field changed. |
protected String displayName
protected String onboardingUrl
protected RemoteAssistanceOnboardingStatus onboardingStatus
protected OffsetDateTime lastConnectionDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static RemoteAssistancePartner.Builder builderRemoteAssistancePartner()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<String> getDisplayName()
public RemoteAssistancePartner withDisplayName(String displayName)
this with just the displayName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Display name of the partner.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<String> getOnboardingUrl()
public RemoteAssistancePartner withOnboardingUrl(String onboardingUrl)
this with just the onboardingUrl
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.”
onboardingUrl - new value of onboardingUrl field (as defined in service metadata)this with just the onboardingUrl field changedpublic Optional<RemoteAssistanceOnboardingStatus> getOnboardingStatus()
public RemoteAssistancePartner withOnboardingStatus(RemoteAssistanceOnboardingStatus onboardingStatus)
this with just the onboardingStatus
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“A friendly description of the current TeamViewer connector status”
onboardingStatus - new value of onboardingStatus field (as defined in service metadata)this with just the onboardingStatus field changedpublic Optional<OffsetDateTime> getLastConnectionDateTime()
public RemoteAssistancePartner withLastConnectionDateTime(OffsetDateTime lastConnectionDateTime)
this with just the lastConnectionDateTime field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Timestamp of the last request sent to Intune by the TEM partner.”
lastConnectionDateTime - new value of lastConnectionDateTime field (as defined in service metadata)this with just the lastConnectionDateTime field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic RemoteAssistancePartner patch()
this with changed fields reset.public RemoteAssistancePartner put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn beginOnboarding()
public com.github.davidmoten.odata.client.ActionRequestNoReturn disconnect()
Copyright © 2018–2020. All rights reserved.