Package com.microsoft.graph.models
Class AndroidMinimumOperatingSystem
java.lang.Object
com.microsoft.graph.models.AndroidMinimumOperatingSystem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AndroidMinimumOperatingSystem
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Android Minimum Operating System.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe V10_0.The V11_0.The V4_0.The V4_0_3.The V4_1.The V4_2.The V4_3.The V4_4.The V5_0.The V5_1.The V6_0.The V7_0.The V7_1.The V8_0.The V8_1.The V9_0. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
v10_0
The V10_0. Version 10.0 or later. -
v11_0
The V11_0. Version 11.0 or later. -
v4_0
The V4_0. Version 4.0 or later. -
v4_0_3
The V4_0_3. Version 4.0.3 or later. -
v4_1
The V4_1. Version 4.1 or later. -
v4_2
The V4_2. Version 4.2 or later. -
v4_3
The V4_3. Version 4.3 or later. -
v4_4
The V4_4. Version 4.4 or later. -
v5_0
The V5_0. Version 5.0 or later. -
v5_1
The V5_1. Version 5.1 or later. -
v6_0
The V6_0. Version 6.0 or later. -
v7_0
The V7_0. Version 7.0 or later. -
v7_1
The V7_1. Version 7.1 or later. -
v8_0
The V8_0. Version 8.0 or later. -
v8_1
The V8_1. Version 8.1 or later. -
v9_0
The V9_0. Version 9.0 or later.
-
-
Constructor Details
-
AndroidMinimumOperatingSystem
public AndroidMinimumOperatingSystem()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-