| Package | Description |
|---|---|
| com.onelogin.sdk.conn | |
| com.onelogin.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Client.getGroup(long id)
Gets Group by ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
Client.getGroups()
Gets a list of Group resources.
|
List<Group> |
Client.getGroups(int maxResults)
Gets a list of Group resources (element of groups limited with the limit parameter).
|
OneLoginResponse<Group> |
Client.getGroupsBatch(HashMap<String,String> queryParameters,
int batchSize,
String afterCursor)
Get a batch of Groups
|
OneLoginResponse<Group> |
Client.getGroupsBatch(int batchSize)
Get a batch of Groups.
|
OneLoginResponse<Group> |
Client.getGroupsBatch(int batchSize,
String afterCursor)
Get a batch of Groups.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Event.getGroup() |
Copyright © 2018. All rights reserved.