Class GetMinifigCollectionParameters


  • public class GetMinifigCollectionParameters
    extends Object
    • Constructor Detail

      • GetMinifigCollectionParameters

        public GetMinifigCollectionParameters()
    • Method Detail

      • getOwned

        protected final Boolean getOwned()
        Returns:
        the owned
      • setOwned

        protected final void setOwned​(Boolean owned)
        Set to true to retrieve minifigs owned
        Parameters:
        owned - the owned to set
      • getWanted

        protected final Boolean getWanted()
        Returns:
        the wanted
      • setWanted

        protected final void setWanted​(Boolean wanted)
        Set to true to retrieve minifigs wanted
        Parameters:
        wanted - the wanted to set
      • getQuery

        public final String getQuery()
        Returns:
        the query
      • setQuery

        public final GetMinifigCollectionParameters setQuery​(String query)
        This can be a minifig number or name. If omitted, all minifigs owned are returned.
        Parameters:
        query - the query to set
        Returns:
        this