Class: SaveUserSettingsRequest

tibco.objectapi.service.request.SaveUserSettingsRequest

new SaveUserSettingsRequest(storageKey, settingName)

Object SaveUserSettingsRequest Usage: RestApiService.getUserSettingsService().saveUserSettings(request, callback);
Parameters:
Name Type Description
storageKey string Any arbitrary value. Can also be a resource identifier if storage is resource-specific. But it can be any value identifying the data the application needs to persist on the server.
settingName string Any arbitrary value. Identifies the specific setting stored that relates to the value passed in storagekey. For each storagekey, there can be many settingIds.
Since:
  • 4.0.0

Members

userSettings :tibco.objectapi.service.request.type.UserSettings

Query parameter: Sets query parameter values using name value pairs in userSettings. Provides access to the name/value pairs of the URI query parameters to be set as the new user settings. These values can then be retrieved at a later time with the getUserSettings function.
Type:
  • tibco.objectapi.service.request.type.UserSettings
Since:
  • 4.0.0