Uses of Class
org.openapitools.client.model.SetUserApiKeyRequest
-
Packages that use SetUserApiKeyRequest Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of SetUserApiKeyRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type SetUserApiKeyRequest Modifier and Type Method Description SetUserApiKeyResponseUserApi. setUserApiKey(SetUserApiKeyRequest setUserApiKeyRequest)Set User Api Key Set User Api Key Create a new api key for the auth'ed user.okhttp3.CallUserApi. setUserApiKeyAsync(SetUserApiKeyRequest setUserApiKeyRequest, ApiCallback<SetUserApiKeyResponse> _callback)Set User Api Key (asynchronously) Set User Api Key Create a new api key for the auth'ed user.okhttp3.CallUserApi. setUserApiKeyCall(SetUserApiKeyRequest setUserApiKeyRequest, ApiCallback _callback)Build call for setUserApiKeyApiResponse<SetUserApiKeyResponse>UserApi. setUserApiKeyWithHttpInfo(@NotNull SetUserApiKeyRequest setUserApiKeyRequest)Set User Api Key Set User Api Key Create a new api key for the auth'ed user. -
Uses of SetUserApiKeyRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return SetUserApiKeyRequest Modifier and Type Method Description static SetUserApiKeyRequestSetUserApiKeyRequest. fromJson(String jsonString)Create an instance of SetUserApiKeyRequest given an JSON stringSetUserApiKeyRequestSetUserApiKeyRequest. name(String name)SetUserApiKeyRequestSetUserApiKeyRequest. role(Integer role)
-