setRegion abstract method

BatchProfileAttributeEditor setRegion(
  1. String? region
)

Set the application region. Overrides Batch's automatically detected value.

null deletes the override: Batch will autodetect the user region.

Implementation

BatchProfileAttributeEditor setRegion(String? region);