Interface AcceptedAssetScope.Builder

    • Method Detail

      • assetId

        AcceptedAssetScope.Builder assetId​(String assetId)

        The asset ID of the accepted asset scope.

        Parameters:
        assetId - The asset ID of the accepted asset scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterIds

        AcceptedAssetScope.Builder filterIds​(Collection<String> filterIds)

        The filter IDs of the accepted asset scope.

        Parameters:
        filterIds - The filter IDs of the accepted asset scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterIds

        AcceptedAssetScope.Builder filterIds​(String... filterIds)

        The filter IDs of the accepted asset scope.

        Parameters:
        filterIds - The filter IDs of the accepted asset scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.