Class ListOfferingsOptions.Builder

  • Enclosing class:
    ListOfferingsOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public ListOfferingsOptions build()
        Builds a ListOfferingsOptions.
        Returns:
        the new ListOfferingsOptions instance
      • catalogIdentifier

        public ListOfferingsOptions.Builder catalogIdentifier​(java.lang.String catalogIdentifier)
        Set the catalogIdentifier.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        Returns:
        the ListOfferingsOptions builder
      • digest

        public ListOfferingsOptions.Builder digest​(java.lang.Boolean digest)
        Set the digest.
        Parameters:
        digest - the digest
        Returns:
        the ListOfferingsOptions builder
      • limit

        public ListOfferingsOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the ListOfferingsOptions builder
      • offset

        public ListOfferingsOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the ListOfferingsOptions builder
      • name

        public ListOfferingsOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the ListOfferingsOptions builder
      • sort

        public ListOfferingsOptions.Builder sort​(java.lang.String sort)
        Set the sort.
        Parameters:
        sort - the sort
        Returns:
        the ListOfferingsOptions builder