Package | Description |
---|---|
com.requirementslive.sdk.api.content |
Provides the classes necessary to create the RQL content API client.
|
Modifier and Type | Method and Description |
---|---|
ThemeInfo |
RqlContentApiClient.getTheme(java.lang.String storeId)
Gets the site theme.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ThemeInfo> |
RqlContentApiClient.listThemes(java.lang.String filter,
int pageIndex,
int pageSize)
Lists site themes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RqlContentApiClient.putTheme(ThemeInfo themeInfo)
Creates or updates a theme.
|