Class BulkGetQueryDocument.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String id)
        Instantiates a new builder with required properties.
        Parameters:
        id - the id
    • Method Detail

      • build

        public BulkGetQueryDocument build()
        Builds a BulkGetQueryDocument.
        Returns:
        the new BulkGetQueryDocument instance
      • addAttsSince

        public BulkGetQueryDocument.Builder addAttsSince​(String attsSince)
        Adds an attsSince to attsSince.
        Parameters:
        attsSince - the new attsSince
        Returns:
        the BulkGetQueryDocument builder
      • attsSince

        public BulkGetQueryDocument.Builder attsSince​(List<String> attsSince)
        Set the attsSince. Existing attsSince will be replaced.
        Parameters:
        attsSince - the attsSince
        Returns:
        the BulkGetQueryDocument builder