Uses of Class
ch.admin.bit.jeap.messaging.avro.command.integration.idl.IdlTestIntegrationCommand.Builder
Packages that use IdlTestIntegrationCommand.Builder
-
Uses of IdlTestIntegrationCommand.Builder in ch.admin.bit.jeap.messaging.avro.command.integration.idl
Methods in ch.admin.bit.jeap.messaging.avro.command.integration.idl that return IdlTestIntegrationCommand.BuilderModifier and TypeMethodDescriptionIdlTestIntegrationCommand.Builder.clearCommandVersion()Clears the value of the 'commandVersion' field.IdlTestIntegrationCommand.Builder.clearIdentity()Clears the value of the 'identity' field.IdlTestIntegrationCommand.Builder.clearPayload()Clears the value of the 'payload' field.IdlTestIntegrationCommand.Builder.clearPublisher()Clears the value of the 'publisher' field.IdlTestIntegrationCommand.Builder.clearReferences()Clears the value of the 'references' field.IdlTestIntegrationCommand.Builder.clearType()Clears the value of the 'type' field.IdlTestIntegrationCommand.newBuilder()Creates a new IdlTestIntegrationCommand RecordBuilder.IdlTestIntegrationCommand.newBuilder(IdlTestIntegrationCommand other) Creates a new IdlTestIntegrationCommand RecordBuilder by copying an existing IdlTestIntegrationCommand instance.IdlTestIntegrationCommand.newBuilder(IdlTestIntegrationCommand.Builder other) Creates a new IdlTestIntegrationCommand RecordBuilder by copying an existing Builder.IdlTestIntegrationCommand.Builder.setCommandVersion(String value) Sets the value of the 'commandVersion' field.IdlTestIntegrationCommand.Builder.setIdentity(ch.admin.bit.jeap.messaging.avro.AvroMessageIdentity value) Sets the value of the 'identity' field.IdlTestIntegrationCommand.Builder.setIdentityBuilder(ch.admin.bit.jeap.messaging.avro.AvroMessageIdentity.Builder value) Sets the Builder instance for the 'identity' fieldIdlTestIntegrationCommand.Builder.setPayload(IdlTestIntegrationPayload value) Sets the value of the 'payload' field.IdlTestIntegrationCommand.Builder.setPayloadBuilder(IdlTestIntegrationPayload.Builder value) Sets the Builder instance for the 'payload' fieldIdlTestIntegrationCommand.Builder.setPublisher(ch.admin.bit.jeap.messaging.avro.AvroMessagePublisher value) Sets the value of the 'publisher' field.IdlTestIntegrationCommand.Builder.setPublisherBuilder(ch.admin.bit.jeap.messaging.avro.AvroMessagePublisher.Builder value) Sets the Builder instance for the 'publisher' fieldIdlTestIntegrationCommand.Builder.setReferences(IdlTestIntegrationReferences value) Sets the value of the 'references' field.IdlTestIntegrationCommand.Builder.setReferencesBuilder(IdlTestIntegrationReferences.Builder value) Sets the Builder instance for the 'references' fieldIdlTestIntegrationCommand.Builder.setType(ch.admin.bit.jeap.messaging.avro.AvroMessageType value) Sets the value of the 'type' field.IdlTestIntegrationCommand.Builder.setTypeBuilder(ch.admin.bit.jeap.messaging.avro.AvroMessageType.Builder value) Sets the Builder instance for the 'type' fieldMethods in ch.admin.bit.jeap.messaging.avro.command.integration.idl with parameters of type IdlTestIntegrationCommand.BuilderModifier and TypeMethodDescriptionIdlTestIntegrationCommand.newBuilder(IdlTestIntegrationCommand.Builder other) Creates a new IdlTestIntegrationCommand RecordBuilder by copying an existing Builder.