Package com.microsoft.graph.models
Class IosNetworkUsageRule
java.lang.Object
com.microsoft.graph.models.IosNetworkUsageRule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosNetworkUsageRule
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Network Usage Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Cellular Data Blocked.The Cellular Data Block When Roaming.The Managed Apps.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
cellularDataBlocked
@SerializedName(value="cellularDataBlocked", alternate="CellularDataBlocked") @Expose @Nullable public Boolean cellularDataBlockedThe Cellular Data Blocked. If set to true, corresponding managed apps will not be allowed to use cellular data at any time. -
cellularDataBlockWhenRoaming
@SerializedName(value="cellularDataBlockWhenRoaming", alternate="CellularDataBlockWhenRoaming") @Expose @Nullable public Boolean cellularDataBlockWhenRoamingThe Cellular Data Block When Roaming. If set to true, corresponding managed apps will not be allowed to use cellular data when roaming. -
managedApps
@SerializedName(value="managedApps", alternate="ManagedApps") @Expose @Nullable public List<AppListItem> managedAppsThe Managed Apps. Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements.
-
-
Constructor Details
-
IosNetworkUsageRule
public IosNetworkUsageRule()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-