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 Modifier and Type Method Description ApiClient
getApiClient()
UserAttributeNamesRep
getUserAttributeNames(java.lang.String projectKey, java.lang.String environmentKey)
Get user attribute names Get all in-use user attributes in the specified environment.okhttp3.Call
getUserAttributeNamesAsync(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback<UserAttributeNamesRep> _callback)
Get user attribute names (asynchronously) Get all in-use user attributes in the specified environment.okhttp3.Call
getUserAttributeNamesCall(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback _callback)
Build call for getUserAttributeNamesApiResponse<UserAttributeNamesRep>
getUserAttributeNamesWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey)
Get user attribute names Get all in-use user attributes in the specified environment.void
setApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
UsersBetaApi
public UsersBetaApi()
-
UsersBetaApi
public UsersBetaApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getUserAttributeNamesCall
public okhttp3.Call getUserAttributeNamesCall(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback _callback) throws ApiException
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
public UserAttributeNamesRep getUserAttributeNames(java.lang.String projectKey, java.lang.String environmentKey) throws ApiException
Get user attribute names 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
public ApiResponse<UserAttributeNamesRep> getUserAttributeNamesWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey) throws ApiException
Get user attribute names 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
public okhttp3.Call getUserAttributeNamesAsync(java.lang.String projectKey, java.lang.String environmentKey, ApiCallback<UserAttributeNamesRep> _callback) throws ApiException
Get user attribute names (asynchronously) 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
-
-