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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • cellularDataBlocked

      @SerializedName(value="cellularDataBlocked", alternate="CellularDataBlocked") @Expose @Nullable public Boolean cellularDataBlocked
      The 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 cellularDataBlockWhenRoaming
      The 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> managedApps
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to