Uses of Class
additionalTypes.Decimals.Decimal.Builder
Packages that use Decimals.Decimal.Builder
-
Uses of Decimals.Decimal.Builder in additionalTypes
Methods in additionalTypes that return Decimals.Decimal.BuilderModifier and TypeMethodDescriptionDecimals.Decimal.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Decimals.Decimal.Builder.clear()Decimals.Decimal.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Decimals.Decimal.Builder.clearFraction()Number of nano (10^9) units of the amount.Decimals.Decimal.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Decimals.Decimal.Builder.clearPrecision()Represents the precision for the Decimal Precision can only be a positive integer.Decimals.Decimal.Builder.clearScale()Represents the scale for the Decimal Scale can be positive, zero or negative.Decimals.Decimal.Builder.clearUnits()The whole units of the Decimal.Decimals.Decimal.Builder.clone()Decimals.Decimal.Builder.mergeFrom(Decimals.Decimal other) Decimals.Decimal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Decimals.Decimal.Builder.mergeFrom(com.google.protobuf.Message other) final Decimals.Decimal.BuilderDecimals.Decimal.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Decimals.Decimal.BuilderDecimals.Decimal.newBuilder()static Decimals.Decimal.BuilderDecimals.Decimal.newBuilder(Decimals.Decimal prototype) Decimals.Decimal.newBuilderForType()protected Decimals.Decimal.BuilderDecimals.Decimal.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Decimals.Decimal.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Decimals.Decimal.Builder.setFraction(int value) Number of nano (10^9) units of the amount.Decimals.Decimal.Builder.setPrecision(int value) Represents the precision for the Decimal Precision can only be a positive integer.Decimals.Decimal.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Decimals.Decimal.Builder.setScale(int value) Represents the scale for the Decimal Scale can be positive, zero or negative.Decimals.Decimal.Builder.setUnits(long value) The whole units of the Decimal.final Decimals.Decimal.BuilderDecimals.Decimal.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Decimals.Decimal.toBuilder()