Uses of Class
io.apicurio.registry.rest.client.models.GroupMetaData
Packages that use GroupMetaData
Package
Description
-
Uses of GroupMetaData in io.apicurio.registry.rest.client.groups
Methods in io.apicurio.registry.rest.client.groups that return GroupMetaDataModifier 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`) -
Uses of GroupMetaData in io.apicurio.registry.rest.client.groups.item
Methods in io.apicurio.registry.rest.client.groups.item that return GroupMetaDataModifier and TypeMethodDescriptionWithGroupItemRequestBuilder.get()Returns a group using the specified id.This operation can fail for the following reasons:* No group exists with the specified ID (HTTP error `404`)* A server error occurred (HTTP error `500`)WithGroupItemRequestBuilder.get(Consumer<WithGroupItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a group using the specified id.This operation can fail for the following reasons:* No group exists with the specified ID (HTTP error `404`)* A server error occurred (HTTP error `500`) -
Uses of GroupMetaData in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GroupMetaDataModifier and TypeMethodDescriptionstatic GroupMetaDataGroupMetaData.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value