Class IosMobileAppIdentifier

java.lang.Object
com.microsoft.graph.models.MobileAppIdentifier
com.microsoft.graph.models.IosMobileAppIdentifier
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IosMobileAppIdentifier extends MobileAppIdentifier implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Mobile App Identifier.
  • Field Details

    • bundleId

      @SerializedName(value="bundleId", alternate="BundleId") @Expose @Nullable public String bundleId
      The Bundle Id. The identifier for an app, as specified in the app store.
  • Constructor Details

    • IosMobileAppIdentifier

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