public class Exporting extends BaseOption
Options for the exporting module. For an overview on the matter, see the docs.
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
Exporting() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Whether to enable the exporting module.
|
Exporting |
enabled(Boolean enabled)
Whether to enable the exporting module.
|
Boolean |
getEnabled()
Whether to enable the exporting module.
|
Exporting |
setEnabled(Boolean enabled)
Whether to enable the exporting module.
|
set_hcNulledOption
public Boolean enabled()
Whether to enable the exporting module. Disabling the module will hide the context button, but API methods will still be available.
public Exporting enabled(Boolean enabled)
Whether to enable the exporting module. Disabling the module will hide the context button, but API methods will still be available.
enabled
- the value for the enabled optionpublic Boolean getEnabled()
Whether to enable the exporting module. Disabling the module will hide the context button, but API methods will still be available.
Copyright © 2022. All rights reserved.