| Package | Description |
|---|---|
| com.manageengine.pam360.sdk.constants | |
| com.manageengine.pam360.sdk.resources |
| Modifier and Type | Method and Description |
|---|---|
static sdkEnumConstants.SearchColumn |
sdkEnumConstants.SearchColumn.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static sdkEnumConstants.SearchColumn[] |
sdkEnumConstants.SearchColumn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
ResourceGroup.fetchAllResourceGroups(long limit,
long startIndex,
sdkEnumConstants.SearchType searchType,
sdkEnumConstants.SearchColumn searchColumn,
java.lang.String searchValue)
to fetch all resource groups matching the given value under given column name
|