Class PageIdSetRequest

java.lang.Object
com.gentics.contentnode.rest.model.request.IdSetRequest
com.gentics.contentnode.rest.model.request.PageIdSetRequest

public class PageIdSetRequest extends IdSetRequest
Request containing a list of page IDs and a flag for whether all language variants of the specified pages shall be affected
  • Field Details

    • alllangs

      protected boolean alllangs
      Flag for all language variants
  • Constructor Details

    • PageIdSetRequest

      public PageIdSetRequest()
      Create empty instance
    • PageIdSetRequest

      public PageIdSetRequest(String id)
      Create an instance with a single ID
      Parameters:
      id - ID
  • Method Details

    • isAlllangs

      public boolean isAlllangs()
      True if all language variants of the given pages shall be affected, false if not
      Returns:
      true for all language variants
    • setAlllangs

      public void setAlllangs(boolean alllangs)
      Set true to handle all language variants
      Parameters:
      alllangs - true for all language variants