Uses of Class
uk.org.siri.www.siri.DataReadyResponseStructure.ErrorConditionType.Builder
Packages that use DataReadyResponseStructure.ErrorConditionType.Builder
-
Uses of DataReadyResponseStructure.ErrorConditionType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return DataReadyResponseStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionDataReadyResponseStructure.ErrorConditionType.Builder.clear()DataReadyResponseStructure.ErrorConditionType.Builder.clearDescription()Text description of error.DataReadyResponseStructure.ErrorConditionType.Builder.clearOtherError()Error: Error type other than the well defined codes.DataReadyResponseStructure.ErrorConditionType.Builder.clearUnknownSubscriptionError()Error: Subscription not found.DataReadyResponseStructure.Builder.getErrorConditionBuilder()Description of any error or warning condition as to why Consumer cannot fetch data.DataReadyResponseStructure.ErrorConditionType.Builder.mergeDescription(ErrorDescriptionStructure value) Text description of error.DataReadyResponseStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataReadyResponseStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.Message other) DataReadyResponseStructure.ErrorConditionType.Builder.mergeFrom(DataReadyResponseStructure.ErrorConditionType other) DataReadyResponseStructure.ErrorConditionType.Builder.mergeOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.DataReadyResponseStructure.ErrorConditionType.Builder.mergeUnknownSubscriptionError(UnknownSubscriptionErrorStructure value) Error: Subscription not found.DataReadyResponseStructure.ErrorConditionType.newBuilder()DataReadyResponseStructure.ErrorConditionType.newBuilder(DataReadyResponseStructure.ErrorConditionType prototype) DataReadyResponseStructure.ErrorConditionType.newBuilderForType()DataReadyResponseStructure.ErrorConditionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DataReadyResponseStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure value) Text description of error.DataReadyResponseStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure.Builder builderForValue) Text description of error.DataReadyResponseStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.DataReadyResponseStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure.Builder builderForValue) Error: Error type other than the well defined codes.DataReadyResponseStructure.ErrorConditionType.Builder.setUnknownSubscriptionError(UnknownSubscriptionErrorStructure value) Error: Subscription not found.DataReadyResponseStructure.ErrorConditionType.Builder.setUnknownSubscriptionError(UnknownSubscriptionErrorStructure.Builder builderForValue) Error: Subscription not found.DataReadyResponseStructure.ErrorConditionType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type DataReadyResponseStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionDataReadyResponseStructure.Builder.setErrorCondition(DataReadyResponseStructure.ErrorConditionType.Builder builderForValue) Description of any error or warning condition as to why Consumer cannot fetch data.