| Package | Description |
|---|---|
| com.onelogin.sdk.conn | |
| com.onelogin.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
Role |
Client.getRole(long id)
Gets Role by ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
Client.getRoles()
Gets a list of Role resources
|
List<Role> |
Client.getRoles(HashMap<String,String> queryParameters)
Gets a list of Role resources.
|
List<Role> |
Client.getRoles(HashMap<String,String> queryParameters,
int maxResults)
Gets a list of Role resources.
|
List<Role> |
Client.getRoles(int maxResults)
Gets a list of Role resources.
|
OneLoginResponse<Role> |
Client.getRolesBatch(HashMap<String,String> queryParameters,
int batchSize,
String afterCursor)
Get a batch of Roles.
|
OneLoginResponse<Role> |
Client.getRolesBatch(int batchSize)
Get a batch of Roles.
|
OneLoginResponse<Role> |
Client.getRolesBatch(int batchSize,
String afterCursor)
Get a batch of Roles.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
Event.getRole() |
Copyright © 2018. All rights reserved.