Uses of Class
io.apicurio.registry.rest.client.models.CreateGroup
Packages that use CreateGroup
-
Uses of CreateGroup in io.apicurio.registry.rest.client.groups
Methods in io.apicurio.registry.rest.client.groups with parameters of type CreateGroupModifier and TypeMethodDescriptionGroupsRequestBuilder.post(CreateGroup body) 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`)GroupsRequestBuilder.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) 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`) -
Uses of CreateGroup in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return CreateGroupModifier and TypeMethodDescriptionstatic CreateGroupCreateGroup.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value