Class GetCatalogEntryOptions.Builder

  • Enclosing class:
    GetCatalogEntryOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public GetCatalogEntryOptions build()
        Builds a GetCatalogEntryOptions.
        Returns:
        the new GetCatalogEntryOptions instance
      • id

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

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

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

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

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

        public GetCatalogEntryOptions.Builder depth​(long depth)
        Set the depth.
        Parameters:
        depth - the depth
        Returns:
        the GetCatalogEntryOptions builder