Class ServiceHostedMediaConfig

java.lang.Object
com.microsoft.graph.models.MediaConfig
com.microsoft.graph.models.ServiceHostedMediaConfig
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServiceHostedMediaConfig extends MediaConfig implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Service Hosted Media Config.
  • Field Details

    • preFetchMedia

      @SerializedName(value="preFetchMedia", alternate="PreFetchMedia") @Expose @Nullable public List<MediaInfo> preFetchMedia
      The Pre Fetch Media. The list of media to pre-fetch.
  • Constructor Details

    • ServiceHostedMediaConfig

      public ServiceHostedMediaConfig()
  • 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 MediaConfig
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to