Uses of Class
uk.org.siri.www.siri.CapabilityGeneralInteractionStructure.InteractionType.Builder
Packages that use CapabilityGeneralInteractionStructure.InteractionType.Builder
-
Uses of CapabilityGeneralInteractionStructure.InteractionType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return CapabilityGeneralInteractionStructure.InteractionType.BuilderModifier and TypeMethodDescriptionCapabilityGeneralInteractionStructure.InteractionType.Builder.clear()CapabilityGeneralInteractionStructure.InteractionType.Builder.clearPublishSubscribe()Whether the service supports Publish Subscribe Interaction.CapabilityGeneralInteractionStructure.InteractionType.Builder.clearRequestResponse()Whether the service supports Request Response Interaction.CapabilityGeneralInteractionStructure.Builder.getInteractionBuilder()Interaction capabilities.CapabilityGeneralInteractionStructure.InteractionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CapabilityGeneralInteractionStructure.InteractionType.Builder.mergeFrom(com.google.protobuf.Message other) CapabilityGeneralInteractionStructure.InteractionType.Builder.mergeFrom(CapabilityGeneralInteractionStructure.InteractionType other) CapabilityGeneralInteractionStructure.InteractionType.newBuilder()CapabilityGeneralInteractionStructure.InteractionType.newBuilder(CapabilityGeneralInteractionStructure.InteractionType prototype) CapabilityGeneralInteractionStructure.InteractionType.newBuilderForType()CapabilityGeneralInteractionStructure.InteractionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CapabilityGeneralInteractionStructure.InteractionType.Builder.setPublishSubscribe(boolean value) Whether the service supports Publish Subscribe Interaction.CapabilityGeneralInteractionStructure.InteractionType.Builder.setRequestResponse(boolean value) Whether the service supports Request Response Interaction.CapabilityGeneralInteractionStructure.InteractionType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type CapabilityGeneralInteractionStructure.InteractionType.BuilderModifier and TypeMethodDescriptionCapabilityGeneralInteractionStructure.Builder.setInteraction(CapabilityGeneralInteractionStructure.InteractionType.Builder builderForValue) Interaction capabilities.