Class ConstructParameterBean


  • public class ConstructParameterBean
    extends Object
    Parameter bean for filtering constructs
    • Field Detail

      • changeable

        @QueryParam("changeable")
        public Boolean changeable
        True to only get changeable constructs, false for only getting not changeable items. Leave empty to get all.
      • pageId

        @QueryParam("pageId")
        public Integer pageId
        ID of the page form which to get constructs.
      • nodeId

        @QueryParam("nodeId")
        public Integer nodeId
        ID of the node for getting constructs linked to a node.
      • categoryId

        @QueryParam("category")
        public Integer categoryId
        ID of the category for filtering.
      • partTypeId

        @QueryParam("partTypeId")
        public List<Integer> partTypeId
        IDs of part types for filtering.
    • Constructor Detail

      • ConstructParameterBean

        public ConstructParameterBean()