Uses of Class
org.openapitools.client.model.Group
Packages that use Group
Package
Description
-
Uses of Group in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource that return Group -
Uses of Group in com.okta.sdk.resource.group
Methods in com.okta.sdk.resource.group that return Group -
Uses of Group in org.openapitools.client.api
Methods in org.openapitools.client.api that return GroupModifier and TypeMethodDescriptionGroupApi.createGroup
(Group group) Create a Group Creates a new group with `OKTA_GROUP` typeRetrieve a Group Retrieves a group by `groupId`GroupApi.replaceGroup
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeMethods in org.openapitools.client.api that return types with arguments of type GroupModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Group>
GroupApi.createGroupWithHttpInfo
(Group group) Create a Group Creates a new group with `OKTA_GROUP` typeorg.springframework.http.ResponseEntity<Group>
GroupApi.getGroupWithHttpInfo
(String groupId) Retrieve a Group Retrieves a group by `groupId`GroupApi.listGroups
(String q, String filter, String after, Integer limit, String expand, String search) List all Groups Lists all groups with pagination support.GroupApi.listGroupsWithHttpInfo
(String q, String filter, String after, Integer limit, String expand, String search) List all Groups Lists all groups with pagination support.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 roleRoleTargetApi.listGroupTargetsForGroupRoleWithHttpInfo
(String groupId, String roleId, String after, Integer limit) List all Group Targets for a Group Role Lists all group targets for a group roleRoleTargetApi.listGroupTargetsForRole
(String userId, String roleId, String after, Integer limit) List all Group Targets for Role Lists all group targets for roleRoleTargetApi.listGroupTargetsForRoleWithHttpInfo
(String userId, String roleId, String after, Integer limit) List all Group Targets for Role Lists all group targets for roleUserApi.listUserGroups
(String userId) List all Groups Lists all groups of which the user is a memberUserApi.listUserGroupsWithHttpInfo
(String userId) List all Groups Lists all groups of which the user is a memberorg.springframework.http.ResponseEntity<Group>
GroupApi.replaceGroupWithHttpInfo
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeMethods in org.openapitools.client.api with parameters of type GroupModifier and TypeMethodDescription<T> T
GroupApi.createGroup
(Class<?> T, Group group) Create a Group Creates a new group with `OKTA_GROUP` typeGroupApi.createGroup
(Group group) Create a Group Creates a new group with `OKTA_GROUP` typeorg.springframework.http.ResponseEntity<Group>
GroupApi.createGroupWithHttpInfo
(Group group) Create a Group Creates a new group with `OKTA_GROUP` typeGroupApi.createGroupWithPaginationInfo
(Group group) Create a Group Creates a new group with `OKTA_GROUP` type<T> T
GroupApi.replaceGroup
(Class<?> T, String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeGroupApi.replaceGroup
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeorg.springframework.http.ResponseEntity<Group>
GroupApi.replaceGroupWithHttpInfo
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeGroupApi.replaceGroupWithPaginationInfo
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` type -
Uses of Group in org.openapitools.client.model
Methods in org.openapitools.client.model that return GroupModifier and TypeMethodDescriptionGroup.links
(GroupLinks links) Group.profile
(GroupProfile profile)