Class 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 Detail

      • alllangs

        protected boolean alllangs
        Flag for all language variants
    • Constructor Detail

      • PageIdSetRequest

        public PageIdSetRequest()
        Create empty instance
      • PageIdSetRequest

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

      • 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