Interface SubscribedAssetListing.Builder

    • Method Detail

      • entityId

        SubscribedAssetListing.Builder entityId​(String entityId)

        The identifier of the published asset for which the subscription grant is created.

        Parameters:
        entityId - The identifier of the published asset for which the subscription grant is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityRevision

        SubscribedAssetListing.Builder entityRevision​(String entityRevision)

        The revision of the published asset for which the subscription grant is created.

        Parameters:
        entityRevision - The revision of the published asset for which the subscription grant is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityType

        SubscribedAssetListing.Builder entityType​(String entityType)

        The type of the published asset for which the subscription grant is created.

        Parameters:
        entityType - The type of the published asset for which the subscription grant is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forms

        SubscribedAssetListing.Builder forms​(String forms)

        The forms attached to the published asset for which the subscription grant is created.

        Parameters:
        forms - The forms attached to the published asset for which the subscription grant is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        SubscribedAssetListing.Builder glossaryTerms​(Collection<DetailedGlossaryTerm> glossaryTerms)

        The glossary terms attached to the published asset for which the subscription grant is created.

        Parameters:
        glossaryTerms - The glossary terms attached to the published asset for which the subscription grant is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        SubscribedAssetListing.Builder glossaryTerms​(DetailedGlossaryTerm... glossaryTerms)

        The glossary terms attached to the published asset for which the subscription grant is created.

        Parameters:
        glossaryTerms - The glossary terms attached to the published asset for which the subscription grant is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.