overrideAdminHost method
Override the admin API host.
Implementation
CallAppSettingBuilder overrideAdminHost(String adminHost) {
this.adminHost = adminHost;
return this;
}
Override the admin API host.
CallAppSettingBuilder overrideAdminHost(String adminHost) {
this.adminHost = adminHost;
return this;
}