Uses of Class
org.openapitools.client.model.GroupOwner
Packages that use GroupOwner
-
Uses of GroupOwner in org.openapitools.client.api
Methods in org.openapitools.client.api that return GroupOwnerModifier and TypeMethodDescriptionGroupApi.assignGroupOwner
(String groupId, GroupOwner groupOwner) Assign a Group Owner Assigns a group ownerMethods in org.openapitools.client.api that return types with arguments of type GroupOwnerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GroupOwner>
GroupApi.assignGroupOwnerWithHttpInfo
(String groupId, GroupOwner groupOwner) Assign a Group Owner Assigns a group ownerGroupApi.listGroupOwners
(String groupId, String filter, String after, Integer limit) List all Group Owners Lists all owners for a specific grouporg.springframework.http.ResponseEntity<List<GroupOwner>>
GroupApi.listGroupOwnersWithHttpInfo
(String groupId, String filter, String after, Integer limit) List all Group Owners Lists all owners for a specific groupMethods in org.openapitools.client.api with parameters of type GroupOwnerModifier and TypeMethodDescription<T> T
GroupApi.assignGroupOwner
(Class<?> T, String groupId, GroupOwner groupOwner) Assign a Group Owner Assigns a group ownerGroupApi.assignGroupOwner
(String groupId, GroupOwner groupOwner) Assign a Group Owner Assigns a group ownerorg.springframework.http.ResponseEntity<GroupOwner>
GroupApi.assignGroupOwnerWithHttpInfo
(String groupId, GroupOwner groupOwner) Assign a Group Owner Assigns a group ownerGroupApi.assignGroupOwnerWithPaginationInfo
(String groupId, GroupOwner groupOwner) Assign a Group Owner Assigns a group owner -
Uses of GroupOwner in org.openapitools.client.model
Methods in org.openapitools.client.model that return GroupOwnerModifier and TypeMethodDescriptionGroupOwner.originType
(GroupOwnerOriginType originType) GroupOwner.type
(GroupOwnerType type)