Interface OfferSetSummary.Builder

  • Method Details

    • name

      The name of the offer set.

      Parameters:
      name - The name of the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the offer set.

      Parameters:
      state - The state of the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the offer set.

      Parameters:
      state - The state of the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • releaseDate

      OfferSetSummary.Builder releaseDate(String releaseDate)

      The release date of the offer set.

      Parameters:
      releaseDate - The release date of the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedOfferIds

      OfferSetSummary.Builder associatedOfferIds(Collection<String> associatedOfferIds)

      The list of offer IDs associated with the offer set.

      Parameters:
      associatedOfferIds - The list of offer IDs associated with the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedOfferIds

      OfferSetSummary.Builder associatedOfferIds(String... associatedOfferIds)

      The list of offer IDs associated with the offer set.

      Parameters:
      associatedOfferIds - The list of offer IDs associated with the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • solutionId

      OfferSetSummary.Builder solutionId(String solutionId)

      The solution ID associated with the offer set.

      Parameters:
      solutionId - The solution ID associated with the offer set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.