Interface AssetScope.Builder

  • Method Details

    • assetId

      AssetScope.Builder assetId(String assetId)

      The asset ID of the asset scope.

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

      AssetScope.Builder errorMessage(String errorMessage)

      The error message of the asset scope.

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

      AssetScope.Builder filterIds(Collection<String> filterIds)

      The filter IDs of the asset scope.

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

      AssetScope.Builder filterIds(String... filterIds)

      The filter IDs of the asset scope.

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

      AssetScope.Builder status(String status)

      The status of the asset scope.

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