Interface RestrictedPeriod.Builder

  • Method Details

    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startDate

      RestrictedPeriod.Builder startDate(String startDate)
      Sets the value of the StartDate property for this object.
      Parameters:
      startDate - The new value for the StartDate property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDate

      RestrictedPeriod.Builder endDate(String endDate)
      Sets the value of the EndDate property for this object.
      Parameters:
      endDate - The new value for the EndDate property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.