Class TelecomExpenseManagementPartner

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.TelecomExpenseManagementPartner
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TelecomExpenseManagementPartner extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Telecom Expense Management Partner.
  • Field Details

    • appAuthorized

      @SerializedName(value="appAuthorized", alternate="AppAuthorized") @Expose @Nullable public Boolean appAuthorized
      The App Authorized. Whether the partner's AAD app has been authorized to access Intune.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name of the TEM partner.
    • enabled

      @SerializedName(value="enabled", alternate="Enabled") @Expose @Nullable public Boolean enabled
      The Enabled. Whether Intune's connection to the TEM service is currently enabled or disabled.
    • lastConnectionDateTime

      @SerializedName(value="lastConnectionDateTime", alternate="LastConnectionDateTime") @Expose @Nullable public OffsetDateTime lastConnectionDateTime
      The Last Connection Date Time. Timestamp of the last request sent to Intune by the TEM partner.
    • url

      @SerializedName(value="url", alternate="Url") @Expose @Nullable public String url
      The Url. URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.
  • Constructor Details

    • TelecomExpenseManagementPartner

      public TelecomExpenseManagementPartner()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to