public class ManagedAppRegistration extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MobileAppIdentifier |
appIdentifier
The App Identifier.
|
java.lang.String |
applicationVersion
The Application Version.
|
ManagedAppPolicyCollectionPage |
appliedPolicies
The Applied Policies.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
deviceName
The Device Name.
|
java.lang.String |
deviceTag
The Device Tag.
|
java.lang.String |
deviceType
The Device Type.
|
java.util.List<ManagedAppFlaggedReason> |
flaggedReasons
The Flagged Reasons.
|
ManagedAppPolicyCollectionPage |
intendedPolicies
The Intended Policies.
|
java.time.OffsetDateTime |
lastSyncDateTime
The Last Sync Date Time.
|
java.lang.String |
managementSdkVersion
The Management Sdk Version.
|
ManagedAppOperationCollectionPage |
operations
The Operations.
|
java.lang.String |
platformVersion
The Platform Version.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
version
The Version.
|
| Constructor and Description |
|---|
ManagedAppRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="appIdentifier",
alternate="AppIdentifier")
@Expose
@Nullable
public MobileAppIdentifier appIdentifier
@SerializedName(value="applicationVersion",
alternate="ApplicationVersion")
@Expose
@Nullable
public java.lang.String applicationVersion
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="deviceName",
alternate="DeviceName")
@Expose
@Nullable
public java.lang.String deviceName
@SerializedName(value="deviceTag",
alternate="DeviceTag")
@Expose
@Nullable
public java.lang.String deviceTag
@SerializedName(value="deviceType",
alternate="DeviceType")
@Expose
@Nullable
public java.lang.String deviceType
@SerializedName(value="flaggedReasons",
alternate="FlaggedReasons")
@Expose
@Nullable
public java.util.List<ManagedAppFlaggedReason> flaggedReasons
@SerializedName(value="lastSyncDateTime",
alternate="LastSyncDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastSyncDateTime
@SerializedName(value="managementSdkVersion",
alternate="ManagementSdkVersion")
@Expose
@Nullable
public java.lang.String managementSdkVersion
@SerializedName(value="platformVersion",
alternate="PlatformVersion")
@Expose
@Nullable
public java.lang.String platformVersion
@SerializedName(value="userId",
alternate="UserId")
@Expose
@Nullable
public java.lang.String userId
@SerializedName(value="version",
alternate="Version")
@Expose
@Nullable
public java.lang.String version
@SerializedName(value="appliedPolicies",
alternate="AppliedPolicies")
@Expose
@Nullable
public ManagedAppPolicyCollectionPage appliedPolicies
@SerializedName(value="intendedPolicies",
alternate="IntendedPolicies")
@Expose
@Nullable
public ManagedAppPolicyCollectionPage intendedPolicies
@SerializedName(value="operations",
alternate="Operations")
@Expose
@Nullable
public ManagedAppOperationCollectionPage operations
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to