Package com.microsoft.graph.models
Class RemoteAssistancePartner
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.RemoteAssistancePartner
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class RemoteAssistancePartner
extends Entity
implements com.microsoft.kiota.serialization.Parsable
RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteAssistancePartner
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the displayName property value.The deserialization information for the current modelGets the lastConnectionDateTime property value.Gets the onboardingStatus property value.Gets the onboardingUrl property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setDisplayName
(String value) Sets the displayName property value.void
Sets the lastConnectionDateTime property value.void
Sets the onboardingStatus property value.void
setOnboardingUrl
(String value) Sets the onboardingUrl property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
RemoteAssistancePartner
public RemoteAssistancePartner()Instantiates a newRemoteAssistancePartner
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static RemoteAssistancePartner createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
RemoteAssistancePartner
-
getDisplayName
Gets the displayName property value. Display name of the partner.- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastConnectionDateTime
Gets the lastConnectionDateTime property value. Timestamp of the last request sent to Intune by the TEM partner.- Returns:
- a
OffsetDateTime
-
getOnboardingStatus
Gets the onboardingStatus property value. The current TeamViewer connector status- Returns:
- a
RemoteAssistanceOnboardingStatus
-
getOnboardingUrl
Gets the onboardingUrl property value. URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setDisplayName
Sets the displayName property value. Display name of the partner.- Parameters:
value
- Value to set for the displayName property.
-
setLastConnectionDateTime
Sets the lastConnectionDateTime property value. Timestamp of the last request sent to Intune by the TEM partner.- Parameters:
value
- Value to set for the lastConnectionDateTime property.
-
setOnboardingStatus
Sets the onboardingStatus property value. The current TeamViewer connector status- Parameters:
value
- Value to set for the onboardingStatus property.
-
setOnboardingUrl
Sets the onboardingUrl property value. URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.- Parameters:
value
- Value to set for the onboardingUrl property.
-