Uses of Class
io.apicurio.registry.rest.client.v2.models.Properties
Packages that use Properties
-
Uses of Properties in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return PropertiesModifier and TypeMethodDescriptionstatic PropertiesProperties.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueArtifactMetaData.getProperties()Gets the properties property value.CreateGroupMetaData.getProperties()Gets the properties property value.EditableMetaData.getProperties()Gets the properties property value.GroupMetaData.getProperties()Gets the properties property value.SearchedVersion.getProperties()Gets the properties property value.VersionMetaData.getProperties()Gets the properties property value.Methods in io.apicurio.registry.rest.client.v2.models with parameters of type PropertiesModifier and TypeMethodDescriptionvoidArtifactMetaData.setProperties(Properties value) Sets the properties property value.voidCreateGroupMetaData.setProperties(Properties value) Sets the properties property value.voidEditableMetaData.setProperties(Properties value) Sets the properties property value.voidGroupMetaData.setProperties(Properties value) Sets the properties property value.voidSearchedVersion.setProperties(Properties value) Sets the properties property value.voidVersionMetaData.setProperties(Properties value) Sets the properties property value.