Class CreateGroup
java.lang.Object
io.apicurio.registry.rest.v3.beans.CreateGroup
Root Type for CreateGroupMetaData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn ID of a single artifact group.User-defined name-value pairs.voidsetDescription(String description) voidsetGroupId(String groupId) An ID of a single artifact group.voidUser-defined name-value pairs.
-
Constructor Details
-
CreateGroup
public CreateGroup()
-
-
Method Details
-
getDescription
-
setDescription
-
getLabels
User-defined name-value pairs. Name and value must be strings. -
setLabels
User-defined name-value pairs. Name and value must be strings. -
getGroupId
An ID of a single artifact group. (Required) -
setGroupId
An ID of a single artifact group. (Required)
-