Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.requests.AssociationCreateOrUpdateInfo
Packages that use AssociationCreateOrUpdateInfo
Package
Description
-
Uses of AssociationCreateOrUpdateInfo in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type AssociationCreateOrUpdateInfoModifier and TypeMethodDescriptionbooleanAssociation.isEquivalent(AssociationCreateOrUpdateInfo info) -
Uses of AssociationCreateOrUpdateInfo in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return types with arguments of type AssociationCreateOrUpdateInfoMethod parameters in io.confluent.kafka.schemaregistry.client.rest.entities.requests with type arguments of type AssociationCreateOrUpdateInfoModifier and TypeMethodDescriptionvoidAssociationCreateOrUpdateRequest.setAssociations(List<AssociationCreateOrUpdateInfo> associations) Constructor parameters in io.confluent.kafka.schemaregistry.client.rest.entities.requests with type arguments of type AssociationCreateOrUpdateInfoModifierConstructorDescriptionAssociationCreateOrUpdateRequest(String resourceName, String resourceNamespace, String resourceId, String resourceType, List<AssociationCreateOrUpdateInfo> associations)