public class EnterpriseConfigurationsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnterpriseConfigurationsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
EnterpriseConfigurationsManager() |
protected |
EnterpriseConfigurationsManager(EnterpriseConfigurationsManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuth() |
EnterpriseConfigurationV2025R0 |
getEnterpriseConfigurationByIdV2025R0(String enterpriseId,
GetEnterpriseConfigurationByIdV2025R0QueryParams queryParams)
Retrieves the configuration for an enterprise.
|
EnterpriseConfigurationV2025R0 |
getEnterpriseConfigurationByIdV2025R0(String enterpriseId,
GetEnterpriseConfigurationByIdV2025R0QueryParams queryParams,
GetEnterpriseConfigurationByIdV2025R0Headers headers)
Retrieves the configuration for an enterprise.
|
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public EnterpriseConfigurationsManager()
protected EnterpriseConfigurationsManager(EnterpriseConfigurationsManager.Builder builder)
public EnterpriseConfigurationV2025R0 getEnterpriseConfigurationByIdV2025R0(String enterpriseId, GetEnterpriseConfigurationByIdV2025R0QueryParams queryParams)
enterpriseId - The ID of the enterprise. Example: "3442311"queryParams - Query parameters of getEnterpriseConfigurationByIdV2025R0 methodpublic EnterpriseConfigurationV2025R0 getEnterpriseConfigurationByIdV2025R0(String enterpriseId, GetEnterpriseConfigurationByIdV2025R0QueryParams queryParams, GetEnterpriseConfigurationByIdV2025R0Headers headers)
enterpriseId - The ID of the enterprise. Example: "3442311"queryParams - Query parameters of getEnterpriseConfigurationByIdV2025R0 methodheaders - Headers of getEnterpriseConfigurationByIdV2025R0 methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()