Interface RevokeServicePeriodHandshakeDetail.Builder

  • Method Details

    • note

      A note explaining the reason for revoking the service period.

      Parameters:
      note - A note explaining the reason for revoking the service period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • servicePeriodType

      RevokeServicePeriodHandshakeDetail.Builder servicePeriodType(String servicePeriodType)

      The type of service period being revoked.

      Parameters:
      servicePeriodType - The type of service period being revoked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • servicePeriodType

      RevokeServicePeriodHandshakeDetail.Builder servicePeriodType(ServicePeriodType servicePeriodType)

      The type of service period being revoked.

      Parameters:
      servicePeriodType - The type of service period being revoked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • minimumNoticeDays

      RevokeServicePeriodHandshakeDetail.Builder minimumNoticeDays(String minimumNoticeDays)

      The minimum number of days notice required for revocation.

      Parameters:
      minimumNoticeDays - The minimum number of days notice required for revocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startDate

      The start date of the service period being revoked.

      Parameters:
      startDate - The start date of the service period being revoked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDate

      The end date of the service period being revoked.

      Parameters:
      endDate - The end date of the service period being revoked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.