Interface BusinessUnitKeyReference

All Superinterfaces:
KeyReference, WithKey

public interface BusinessUnitKeyReference extends KeyReference

KeyReference to a BusinessUnit.


Example to create an instance using the builder pattern

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