Uses of Class
io.apicurio.registry.rest.client.groups.GroupsRequestBuilder.PostRequestConfiguration
Packages that use GroupsRequestBuilder.PostRequestConfiguration
-
Uses of GroupsRequestBuilder.PostRequestConfiguration in io.apicurio.registry.rest.client.groups
Method parameters in io.apicurio.registry.rest.client.groups with type arguments of type GroupsRequestBuilder.PostRequestConfigurationModifier and TypeMethodDescriptionGroupsRequestBuilder.post(CreateGroup body, Consumer<GroupsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new group.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)* The group already exist (HTTP error `409`)* Invalid group ID (e.g., reserved name 'default') (HTTP error `400`)com.microsoft.kiota.RequestInformationGroupsRequestBuilder.toPostRequestInformation(CreateGroup body, Consumer<GroupsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new group.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)* The group already exist (HTTP error `409`)* Invalid group ID (e.g., reserved name 'default') (HTTP error `400`)