Interface BusinessUnitKeyReference

All Superinterfaces:
KeyReference

public interface BusinessUnitKeyReference extends KeyReference

References a business unit by its key.


Example to create an instance using the builder pattern

     BusinessUnitKeyReference businessUnitKeyReference = BusinessUnitKeyReference.builder()
             .key("{key}")
             .build()
 
  • Field Details

  • Method Details