Uses of Class
io.apicurio.registry.rest.client.models.ContractMetadata
Packages that use ContractMetadata
Package
Description
-
Uses of ContractMetadata in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.metadata
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.metadata that return ContractMetadataModifier and TypeMethodDescriptionMetadataRequestBuilder.get()Returns the contract metadata for an artifact, projected from its labels.MetadataRequestBuilder.get(Consumer<MetadataRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns the contract metadata for an artifact, projected from its labels.MetadataRequestBuilder.put(EditableContractMetadata body) Creates or updates the contract metadata for an artifact.MetadataRequestBuilder.put(EditableContractMetadata body, Consumer<MetadataRequestBuilder.PutRequestConfiguration> requestConfiguration) Creates or updates the contract metadata for an artifact. -
Uses of ContractMetadata in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.status
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.status that return ContractMetadataModifier and TypeMethodDescriptionStatusRequestBuilder.post(ContractStatusTransition body) Transitions the contract status.StatusRequestBuilder.post(ContractStatusTransition body, Consumer<StatusRequestBuilder.PostRequestConfiguration> requestConfiguration) Transitions the contract status. -
Uses of ContractMetadata in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractMetadataModifier and TypeMethodDescriptionstatic ContractMetadataContractMetadata.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueArtifactMetaData.getContractMetadata()Gets the contractMetadata property value.Methods in io.apicurio.registry.rest.client.models with parameters of type ContractMetadataModifier and TypeMethodDescriptionvoidArtifactMetaData.setContractMetadata(ContractMetadata value) Sets the contractMetadata property value.