Package com.microsoft.graph.models
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 Summary
FieldsFields inherited from class com.microsoft.graph.models.MobileAppIdentifier
oDataType -
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.MobileAppIdentifier
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
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classMobileAppIdentifier- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-