Interface TestEnvPreferenceInput.Builder

  • Method Details

    • buyerDomain

      TestEnvPreferenceInput.Builder buyerDomain(String buyerDomain)

      The domain identifier to use for the buyer in the test environment.

      Parameters:
      buyerDomain - The domain identifier to use for the buyer in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • buyerDomain

      TestEnvPreferenceInput.Builder buyerDomain(BuyerDomain buyerDomain)

      The domain identifier to use for the buyer in the test environment.

      Parameters:
      buyerDomain - The domain identifier to use for the buyer in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • buyerIdentifier

      TestEnvPreferenceInput.Builder buyerIdentifier(String buyerIdentifier)

      The unique identifier to use for the buyer in the test environment.

      Parameters:
      buyerIdentifier - The unique identifier to use for the buyer in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supplierDomain

      TestEnvPreferenceInput.Builder supplierDomain(String supplierDomain)

      The domain identifier to use for the supplier in the test environment.

      Parameters:
      supplierDomain - The domain identifier to use for the supplier in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supplierDomain

      TestEnvPreferenceInput.Builder supplierDomain(SupplierDomain supplierDomain)

      The domain identifier to use for the supplier in the test environment.

      Parameters:
      supplierDomain - The domain identifier to use for the supplier in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supplierIdentifier

      TestEnvPreferenceInput.Builder supplierIdentifier(String supplierIdentifier)

      The unique identifier to use for the supplier in the test environment.

      Parameters:
      supplierIdentifier - The unique identifier to use for the supplier in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • procurementPortalSharedSecret

      TestEnvPreferenceInput.Builder procurementPortalSharedSecret(String procurementPortalSharedSecret)

      The shared secret or authentication credential to use for secure communication in the test environment.

      Parameters:
      procurementPortalSharedSecret - The shared secret or authentication credential to use for secure communication in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • procurementPortalInstanceEndpoint

      TestEnvPreferenceInput.Builder procurementPortalInstanceEndpoint(String procurementPortalInstanceEndpoint)

      The endpoint URL where e-invoices will be delivered in the test environment.

      Parameters:
      procurementPortalInstanceEndpoint - The endpoint URL where e-invoices will be delivered in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.