Interface TestEnvPreference.Builder

  • Method Details

    • buyerDomain

      TestEnvPreference.Builder buyerDomain(String buyerDomain)

      The domain identifier for the buyer in the test environment of the procurement portal.

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

      TestEnvPreference.Builder buyerDomain(BuyerDomain buyerDomain)

      The domain identifier for the buyer in the test environment of the procurement portal.

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

      TestEnvPreference.Builder buyerIdentifier(String buyerIdentifier)

      The unique identifier for the buyer in the test environment of the procurement portal.

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

      TestEnvPreference.Builder supplierDomain(String supplierDomain)

      The domain identifier for the supplier in the test environment of the procurement portal.

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

      TestEnvPreference.Builder supplierDomain(SupplierDomain supplierDomain)

      The domain identifier for the supplier in the test environment of the procurement portal.

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

      TestEnvPreference.Builder supplierIdentifier(String supplierIdentifier)

      The unique identifier for the supplier in the test environment of the procurement portal.

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

      TestEnvPreference.Builder procurementPortalSharedSecret(String procurementPortalSharedSecret)

      The shared secret or authentication credential used for secure communication with the test environment.

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

      TestEnvPreference.Builder procurementPortalInstanceEndpoint(String procurementPortalInstanceEndpoint)

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

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

      TestEnvPreference.Builder purchaseOrderRetrievalEndpoint(String purchaseOrderRetrievalEndpoint)

      The endpoint URL used for retrieving purchase orders in the test environment.

      Parameters:
      purchaseOrderRetrievalEndpoint - The endpoint URL used for retrieving purchase orders in the test environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.