Class ManagedAppConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
TargetedManagedAppConfiguration

public class ManagedAppConfiguration extends ManagedAppPolicy implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed App Configuration.
  • Field Details

    • customSettings

      @SerializedName(value="customSettings", alternate="CustomSettings") @Expose @Nullable public List<KeyValuePair> customSettings
      The Custom Settings. A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service
  • Constructor Details

    • ManagedAppConfiguration

      public ManagedAppConfiguration()
  • 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class ManagedAppPolicy
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to