Class ExtensionProperty

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExtensionProperty extends DirectoryObject implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Extension Property.
  • Field Details

    • appDisplayName

      @SerializedName(value="appDisplayName", alternate="AppDisplayName") @Expose @Nullable public String appDisplayName
      The App Display Name. Display name of the application object on which this extension property is defined. Read-only.
    • dataType

      @SerializedName(value="dataType", alternate="DataType") @Expose @Nullable public String dataType
      The Data Type. Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
    • isSyncedFromOnPremises

      @SerializedName(value="isSyncedFromOnPremises", alternate="IsSyncedFromOnPremises") @Expose @Nullable public Boolean isSyncedFromOnPremises
      The Is Synced From On Premises. Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. Name of the extension property. Not nullable. Supports $filter (eq).
    • targetObjects

      @SerializedName(value="targetObjects", alternate="TargetObjects") @Expose @Nullable public List<String> targetObjects
      The Target Objects. Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
  • Constructor Details

    • ExtensionProperty

      public ExtensionProperty()
  • 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 DirectoryObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to