| Package | Description | 
|---|---|
| com.okta.sdk.impl.resource | |
| com.okta.sdk.resource.group | |
| org.openapitools.client.api | |
| org.openapitools.client.model | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
DefaultGroupBuilder.buildAndCreate(GroupApi client)  | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
GroupBuilder.buildAndCreate(GroupApi client)  | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
GroupApi.createGroup(Group group)
Create a Group
 Creates a new group with `OKTA_GROUP` type 
 | 
Group | 
GroupApi.createGroup(Group group,
           Map<String,String> additionalHeaders)
Create a Group
 Creates a new group with `OKTA_GROUP` type 
 | 
Group | 
GroupApi.getGroup(String groupId)
Retrieve a Group
 Retrieves a group by `groupId` 
 | 
Group | 
GroupApi.getGroup(String groupId,
        Map<String,String> additionalHeaders)
Retrieve a Group
 Retrieves a group by `groupId` 
 | 
Group | 
GroupApi.replaceGroup(String groupId,
            Group group)
Replace a Group
 Replaces the profile for a group with `OKTA_GROUP` type 
 | 
Group | 
GroupApi.replaceGroup(String groupId,
            Group group,
            Map<String,String> additionalHeaders)
Replace a Group
 Replaces the profile for a group with `OKTA_GROUP` type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Group> | 
GroupApi.listGroups(String q,
          String filter,
          String after,
          Integer limit,
          String expand,
          String search,
          String sortBy,
          String sortOrder)
List all Groups
 Lists all groups with pagination support. 
 | 
List<Group> | 
GroupApi.listGroups(String q,
          String filter,
          String after,
          Integer limit,
          String expand,
          String search,
          String sortBy,
          String sortOrder,
          Map<String,String> additionalHeaders)
List all Groups
 Lists all groups with pagination support. 
 | 
List<Group> | 
RoleTargetApi.listGroupTargetsForGroupRole(String groupId,
                            String roleId,
                            String after,
                            Integer limit)
List all Group Targets for a Group Role
 Lists all group targets for a group role 
 | 
List<Group> | 
RoleTargetApi.listGroupTargetsForGroupRole(String groupId,
                            String roleId,
                            String after,
                            Integer limit,
                            Map<String,String> additionalHeaders)
List all Group Targets for a Group Role
 Lists all group targets for a group role 
 | 
List<Group> | 
RoleTargetApi.listGroupTargetsForRole(String userId,
                       String roleId,
                       String after,
                       Integer limit)
List all Group Targets for Role
 Lists all group targets for role 
 | 
List<Group> | 
RoleTargetApi.listGroupTargetsForRole(String userId,
                       String roleId,
                       String after,
                       Integer limit,
                       Map<String,String> additionalHeaders)
List all Group Targets for Role
 Lists all group targets for role 
 | 
List<Group> | 
UserApi.listUserGroups(String userId)
List all Groups
 Lists all groups of which the user is a member 
 | 
List<Group> | 
UserApi.listUserGroups(String userId,
              Map<String,String> additionalHeaders)
List all Groups
 Lists all groups of which the user is a member 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
GroupApi.createGroup(Group group)
Create a Group
 Creates a new group with `OKTA_GROUP` type 
 | 
Group | 
GroupApi.createGroup(Group group,
           Map<String,String> additionalHeaders)
Create a Group
 Creates a new group with `OKTA_GROUP` type 
 | 
Group | 
GroupApi.replaceGroup(String groupId,
            Group group)
Replace a Group
 Replaces the profile for a group with `OKTA_GROUP` type 
 | 
Group | 
GroupApi.replaceGroup(String groupId,
            Group group,
            Map<String,String> additionalHeaders)
Replace a Group
 Replaces the profile for a group with `OKTA_GROUP` type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
Group.links(GroupLinks links)  | 
Group | 
Group.profile(GroupProfile profile)  | 
Group | 
Group.type(GroupType type)  | 
Copyright © 2017–2023 Okta. All rights reserved.