Interface LastModifiedDate.Builder

  • Method Details

    • afterLastModifiedDate

      LastModifiedDate.Builder afterLastModifiedDate(Instant afterLastModifiedDate)

      Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.

      Parameters:
      afterLastModifiedDate - Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beforeLastModifiedDate

      LastModifiedDate.Builder beforeLastModifiedDate(Instant beforeLastModifiedDate)

      Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.

      Parameters:
      beforeLastModifiedDate - Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.