Class DirectoryObjectGetMemberGroupsParameterSet

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

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

    • securityEnabledOnly

      @SerializedName(value="securityEnabledOnly", alternate="SecurityEnabledOnly") @Expose @Nullable public Boolean securityEnabledOnly
      The security Enabled Only.
  • Constructor Details

    • DirectoryObjectGetMemberGroupsParameterSet

      public DirectoryObjectGetMemberGroupsParameterSet()
      Instiaciates a new DirectoryObjectGetMemberGroupsParameterSet
    • DirectoryObjectGetMemberGroupsParameterSet

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