Uses of Class
example.avro.Command.Builder
Packages that use Command.Builder
-
Uses of Command.Builder in example.avro
Methods in example.avro that return Command.BuilderModifier and TypeMethodDescriptionCommand.Builder.clearCorrelationId()Clears the value of the 'correlationId' field.Command.Builder.clearPayload()Clears the value of the 'payload' field.Command.Builder.clearType()Clears the value of the 'type' field.static Command.BuilderCommand.newBuilder()Creates a new Command RecordBuilder.static Command.BuilderCommand.newBuilder(Command other) Creates a new Command RecordBuilder by copying an existing Command instance.static Command.BuilderCommand.newBuilder(Command.Builder other) Creates a new Command RecordBuilder by copying an existing Builder.Command.Builder.setCorrelationId(CharSequence value) Sets the value of the 'correlationId' field.Command.Builder.setPayload(Object value) Sets the value of the 'payload' field.Command.Builder.setType(CharSequence value) Sets the value of the 'type' field.Methods in example.avro with parameters of type Command.BuilderModifier and TypeMethodDescriptionstatic Command.BuilderCommand.newBuilder(Command.Builder other) Creates a new Command RecordBuilder by copying an existing Builder.