Class UsersBetaApi


  • public class UsersBetaApi
    extends java.lang.Object
    • 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