Package com.launchdarkly.api.api
Class UsersBetaApi
- java.lang.Object
-
- com.launchdarkly.api.api.UsersBetaApi
-
public class UsersBetaApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UsersBetaApi()UsersBetaApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiClientgetApiClient()java.lang.StringgetCustomBaseUrl()intgetHostIndex()UserAttributeNamesRepgetUserAttributeNames(java.lang.String projectKey, java.lang.String environmentKey)Deprecated.okhttp3.CallgetUserAttributeNamesAsync(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback<UserAttributeNamesRep> _callback)Deprecated.okhttp3.CallgetUserAttributeNamesCall(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback _callback)Deprecated.ApiResponse<UserAttributeNamesRep>getUserAttributeNamesWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey)Deprecated.voidsetApiClient(ApiClient apiClient)voidsetCustomBaseUrl(java.lang.String customBaseUrl)voidsetHostIndex(int hostIndex)
-
-
-
Constructor Detail
-
UsersBetaApi
public UsersBetaApi()
-
UsersBetaApi
public UsersBetaApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getHostIndex
public int getHostIndex()
-
setHostIndex
public void setHostIndex(int hostIndex)
-
getCustomBaseUrl
public java.lang.String getCustomBaseUrl()
-
setCustomBaseUrl
public void setCustomBaseUrl(java.lang.String customBaseUrl)
-
getUserAttributeNamesCall
@Deprecated public okhttp3.Call getUserAttributeNamesCall(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback _callback) throws ApiExceptionDeprecated.Build call for getUserAttributeNames- Parameters:
projectKey- The project key (required)environmentKey- The environment key (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getUserAttributeNames
@Deprecated public UserAttributeNamesRep getUserAttributeNames(java.lang.String projectKey, java.lang.String environmentKey) throws ApiException
Deprecated.Get user attribute names > ### Use contexts instead > > After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use [Get context attribute names ](/tag/Contexts#operation/getContextAttributeNames) instead of this endpoint. Get all in-use user attributes in the specified environment. The set of in-use attributes typically consists of all attributes seen within the past 30 days.- Parameters:
projectKey- The project key (required)environmentKey- The environment key (required)- Returns:
- UserAttributeNamesRep
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getUserAttributeNamesWithHttpInfo
@Deprecated public ApiResponse<UserAttributeNamesRep> getUserAttributeNamesWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey) throws ApiException
Deprecated.Get user attribute names > ### Use contexts instead > > After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use [Get context attribute names ](/tag/Contexts#operation/getContextAttributeNames) instead of this endpoint. Get all in-use user attributes in the specified environment. The set of in-use attributes typically consists of all attributes seen within the past 30 days.- Parameters:
projectKey- The project key (required)environmentKey- The environment key (required)- Returns:
- ApiResponse<UserAttributeNamesRep>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getUserAttributeNamesAsync
@Deprecated public okhttp3.Call getUserAttributeNamesAsync(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback<UserAttributeNamesRep> _callback) throws ApiExceptionDeprecated.Get user attribute names (asynchronously) > ### Use contexts instead > > After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use [Get context attribute names ](/tag/Contexts#operation/getContextAttributeNames) instead of this endpoint. Get all in-use user attributes in the specified environment. The set of in-use attributes typically consists of all attributes seen within the past 30 days.- Parameters:
projectKey- The project key (required)environmentKey- The environment key (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-