Class DirectoryObjectCheckMemberGroupsParameterSet

java.lang.Object
com.microsoft.graph.models.DirectoryObjectCheckMemberGroupsParameterSet

public class DirectoryObjectCheckMemberGroupsParameterSet extends Object
The class for the Directory Object Check Member Groups Parameter Set.
  • Field Details

    • groupIds

      @SerializedName(value="groupIds", alternate="GroupIds") @Expose @Nullable public List<String> groupIds
      The group Ids.
  • Constructor Details

    • DirectoryObjectCheckMemberGroupsParameterSet

      public DirectoryObjectCheckMemberGroupsParameterSet()
      Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet
    • DirectoryObjectCheckMemberGroupsParameterSet

      protected DirectoryObjectCheckMemberGroupsParameterSet(@Nonnull DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder builder)
      Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details