public class AndroidMinimumOperatingSystem
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Boolean |
v4_0
The V4_0.
|
java.lang.Boolean |
v4_0_3
The V4_0_3.
|
java.lang.Boolean |
v4_1
The V4_1.
|
java.lang.Boolean |
v4_2
The V4_2.
|
java.lang.Boolean |
v4_3
The V4_3.
|
java.lang.Boolean |
v4_4
The V4_4.
|
java.lang.Boolean |
v5_0
The V5_0.
|
java.lang.Boolean |
v5_1
The V5_1.
|
| Constructor and Description |
|---|
AndroidMinimumOperatingSystem() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="v4_0",
alternate="V4_0")
@Expose
@Nullable
public java.lang.Boolean v4_0
@SerializedName(value="v4_0_3",
alternate="V4_0_3")
@Expose
@Nullable
public java.lang.Boolean v4_0_3
@SerializedName(value="v4_1",
alternate="V4_1")
@Expose
@Nullable
public java.lang.Boolean v4_1
@SerializedName(value="v4_2",
alternate="V4_2")
@Expose
@Nullable
public java.lang.Boolean v4_2
@SerializedName(value="v4_3",
alternate="V4_3")
@Expose
@Nullable
public java.lang.Boolean v4_3
@SerializedName(value="v4_4",
alternate="V4_4")
@Expose
@Nullable
public java.lang.Boolean v4_4
@SerializedName(value="v5_0",
alternate="V5_0")
@Expose
@Nullable
public java.lang.Boolean v5_0
@SerializedName(value="v5_1",
alternate="V5_1")
@Expose
@Nullable
public java.lang.Boolean v5_1
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to