Uses of Class
uk.org.siri.www.siri.AbstractDiscoveryDeliveryStructure.Builder
Packages that use AbstractDiscoveryDeliveryStructure.Builder
-
Uses of AbstractDiscoveryDeliveryStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return AbstractDiscoveryDeliveryStructure.BuilderModifier and TypeMethodDescriptionAbstractDiscoveryDeliveryStructure.Builder.clear()AbstractDiscoveryDeliveryStructure.Builder.clearErrorCondition()Description of any error or warning condition.AbstractDiscoveryDeliveryStructure.Builder.clearResponseTimestamp()Time individual response element was created.AbstractDiscoveryDeliveryStructure.Builder.clearShortestPossibleCycle()Minimum interval at which updates can be sent.AbstractDiscoveryDeliveryStructure.Builder.clearStatus()Whether the request was processed successfully or not.AbstractDiscoveryDeliveryStructure.Builder.clearValidUntil()End of data horizon of the data producer.SiriSchema.Builder.getAbstractDiscoveryDeliveryBuilder()Abstract type for a discovery delivery.AbstractDiscoveryDeliveryStructure.Builder.mergeErrorCondition(ServiceDeliveryErrorConditionStructure value) Description of any error or warning condition.AbstractDiscoveryDeliveryStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AbstractDiscoveryDeliveryStructure.Builder.mergeFrom(com.google.protobuf.Message other) AbstractDiscoveryDeliveryStructure.Builder.mergeFrom(AbstractDiscoveryDeliveryStructure other) AbstractDiscoveryDeliveryStructure.Builder.mergeResponseTimestamp(com.google.protobuf.Timestamp value) Time individual response element was created.AbstractDiscoveryDeliveryStructure.Builder.mergeShortestPossibleCycle(com.google.protobuf.Duration value) Minimum interval at which updates can be sent.AbstractDiscoveryDeliveryStructure.Builder.mergeValidUntil(com.google.protobuf.Timestamp value) End of data horizon of the data producer.AbstractDiscoveryDeliveryStructure.newBuilder()AbstractDiscoveryDeliveryStructure.newBuilder(AbstractDiscoveryDeliveryStructure prototype) AbstractDiscoveryDeliveryStructure.newBuilderForType()AbstractDiscoveryDeliveryStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AbstractDiscoveryDeliveryStructure.Builder.setErrorCondition(ServiceDeliveryErrorConditionStructure value) Description of any error or warning condition.AbstractDiscoveryDeliveryStructure.Builder.setErrorCondition(ServiceDeliveryErrorConditionStructure.Builder builderForValue) Description of any error or warning condition.AbstractDiscoveryDeliveryStructure.Builder.setResponseTimestamp(com.google.protobuf.Timestamp value) Time individual response element was created.AbstractDiscoveryDeliveryStructure.Builder.setResponseTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Time individual response element was created.AbstractDiscoveryDeliveryStructure.Builder.setShortestPossibleCycle(com.google.protobuf.Duration value) Minimum interval at which updates can be sent.AbstractDiscoveryDeliveryStructure.Builder.setShortestPossibleCycle(com.google.protobuf.Duration.Builder builderForValue) Minimum interval at which updates can be sent.AbstractDiscoveryDeliveryStructure.Builder.setStatus(boolean value) Whether the request was processed successfully or not.AbstractDiscoveryDeliveryStructure.Builder.setValidUntil(com.google.protobuf.Timestamp value) End of data horizon of the data producer.AbstractDiscoveryDeliveryStructure.Builder.setValidUntil(com.google.protobuf.Timestamp.Builder builderForValue) End of data horizon of the data producer.AbstractDiscoveryDeliveryStructure.toBuilder()Methods in uk.org.siri.www.siri with parameters of type AbstractDiscoveryDeliveryStructure.BuilderModifier and TypeMethodDescriptionSiriSchema.Builder.setAbstractDiscoveryDelivery(AbstractDiscoveryDeliveryStructure.Builder builderForValue) Abstract type for a discovery delivery.