Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe App Authorized.The Display Name.The Enabled.The Last Connection Date Time.The Url. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
appAuthorized
@SerializedName(value="appAuthorized", alternate="AppAuthorized") @Expose @Nullable public Boolean appAuthorizedThe App Authorized. Whether the partner's AAD app has been authorized to access Intune. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Display name of the TEM partner. -
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 lastConnectionDateTimeThe Last Connection Date Time. Timestamp of the last request sent to Intune by the TEM partner. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-