Class UnifiedGroupSource

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedGroupSource extends DataSource implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Group Source.
  • Field Details

    • includedSources

      @SerializedName(value="includedSources", alternate="IncludedSources") @Expose @Nullable public EnumSet<SourceType> includedSources
      The Included Sources. Specifies which sources are included in this group. Possible values are: mailbox, site.
    • group

      @SerializedName(value="group", alternate="Group") @Expose @Nullable public Group group
      The Group. Represents a group.
  • Constructor Details

    • UnifiedGroupSource

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