Class ListCatalogEntriesOptions.Builder

  • Enclosing class:
    ListCatalogEntriesOptions

    public static class ListCatalogEntriesOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public ListCatalogEntriesOptions build()
        Builds a ListCatalogEntriesOptions.
        Returns:
        the new ListCatalogEntriesOptions instance
      • account

        public ListCatalogEntriesOptions.Builder account​(java.lang.String account)
        Set the account.
        Parameters:
        account - the account
        Returns:
        the ListCatalogEntriesOptions builder
      • include

        public ListCatalogEntriesOptions.Builder include​(java.lang.String include)
        Set the include.
        Parameters:
        include - the include
        Returns:
        the ListCatalogEntriesOptions builder
      • sortBy

        public ListCatalogEntriesOptions.Builder sortBy​(java.lang.String sortBy)
        Set the sortBy.
        Parameters:
        sortBy - the sortBy
        Returns:
        the ListCatalogEntriesOptions builder
      • descending

        public ListCatalogEntriesOptions.Builder descending​(java.lang.String descending)
        Set the descending.
        Parameters:
        descending - the descending
        Returns:
        the ListCatalogEntriesOptions builder
      • languages

        public ListCatalogEntriesOptions.Builder languages​(java.lang.String languages)
        Set the languages.
        Parameters:
        languages - the languages
        Returns:
        the ListCatalogEntriesOptions builder
      • catalog

        public ListCatalogEntriesOptions.Builder catalog​(java.lang.Boolean catalog)
        Set the catalog.
        Parameters:
        catalog - the catalog
        Returns:
        the ListCatalogEntriesOptions builder
      • complete

        public ListCatalogEntriesOptions.Builder complete​(java.lang.Boolean complete)
        Set the complete.
        Parameters:
        complete - the complete
        Returns:
        the ListCatalogEntriesOptions builder
      • offset

        public ListCatalogEntriesOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the ListCatalogEntriesOptions builder