Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.requests.AssociationOp
Packages that use AssociationOp
-
Uses of AssociationOp in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Modifier and TypeClassDescriptionclassclassclassclassMethods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return types with arguments of type AssociationOpModifier and TypeMethodDescriptionList<? extends AssociationOp>AssociationOpRequest.getAssociations()Method parameters in io.confluent.kafka.schemaregistry.client.rest.entities.requests with type arguments of type AssociationOpModifier and TypeMethodDescriptionvoidAssociationOpRequest.setAssociations(List<? extends AssociationOp> associations) Constructors in io.confluent.kafka.schemaregistry.client.rest.entities.requests with parameters of type AssociationOpModifierConstructorDescriptionConstructor parameters in io.confluent.kafka.schemaregistry.client.rest.entities.requests with type arguments of type AssociationOpModifierConstructorDescriptionAssociationOpRequest(String resourceName, String resourceNamespace, String resourceId, String resourceType, List<? extends AssociationOp> associations)