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.
  • Constructor Details

    • RemoteAssistancePartner

      public RemoteAssistancePartner()
      Instantiates a new RemoteAssistancePartner 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

      @Nullable public String 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 interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastConnectionDateTime

      @Nullable public OffsetDateTime getLastConnectionDateTime()
      Gets the lastConnectionDateTime property value. Timestamp of the last request sent to Intune by the TEM partner.
      Returns:
      a OffsetDateTime
    • getOnboardingStatus

      @Nullable public RemoteAssistanceOnboardingStatus getOnboardingStatus()
      Gets the onboardingStatus property value. The current TeamViewer connector status
      Returns:
      a RemoteAssistanceOnboardingStatus
    • getOnboardingUrl

      @Nullable public String 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
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. Display name of the partner.
      Parameters:
      value - Value to set for the displayName property.
    • setLastConnectionDateTime

      public void setLastConnectionDateTime(@Nullable OffsetDateTime value)
      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

      public void setOnboardingStatus(@Nullable RemoteAssistanceOnboardingStatus value)
      Sets the onboardingStatus property value. The current TeamViewer connector status
      Parameters:
      value - Value to set for the onboardingStatus property.
    • setOnboardingUrl

      public void setOnboardingUrl(@Nullable String value)
      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.