Uses of Class
app.coronawarn.server.common.protocols.internal.SemanticVersion.Builder
-
Packages that use SemanticVersion.Builder Package Description app.coronawarn.server.common.protocols.internal -
-
Uses of SemanticVersion.Builder in app.coronawarn.server.common.protocols.internal
Methods in app.coronawarn.server.common.protocols.internal that return SemanticVersion.Builder Modifier and Type Method Description SemanticVersion.Builder
SemanticVersion.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SemanticVersion.Builder
SemanticVersion.Builder. clear()
SemanticVersion.Builder
SemanticVersion.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SemanticVersion.Builder
SemanticVersion.Builder. clearMajor()
uint32 major = 1;
SemanticVersion.Builder
SemanticVersion.Builder. clearMinor()
uint32 minor = 2;
SemanticVersion.Builder
SemanticVersion.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SemanticVersion.Builder
SemanticVersion.Builder. clearPatch()
uint32 patch = 3;
SemanticVersion.Builder
SemanticVersion.Builder. clone()
SemanticVersion.Builder
ApplicationVersionInfo.Builder. getLatestBuilder()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
SemanticVersion.Builder
ApplicationVersionInfo.Builder. getMinBuilder()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
SemanticVersion.Builder
SemanticVersion.Builder. mergeFrom(SemanticVersion other)
SemanticVersion.Builder
SemanticVersion.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SemanticVersion.Builder
SemanticVersion.Builder. mergeFrom(com.google.protobuf.Message other)
SemanticVersion.Builder
SemanticVersion.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static SemanticVersion.Builder
SemanticVersion. newBuilder()
static SemanticVersion.Builder
SemanticVersion. newBuilder(SemanticVersion prototype)
SemanticVersion.Builder
SemanticVersion. newBuilderForType()
protected SemanticVersion.Builder
SemanticVersion. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
SemanticVersion.Builder
SemanticVersion.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SemanticVersion.Builder
SemanticVersion.Builder. setMajor(int value)
uint32 major = 1;
SemanticVersion.Builder
SemanticVersion.Builder. setMinor(int value)
uint32 minor = 2;
SemanticVersion.Builder
SemanticVersion.Builder. setPatch(int value)
uint32 patch = 3;
SemanticVersion.Builder
SemanticVersion.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SemanticVersion.Builder
SemanticVersion.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SemanticVersion.Builder
SemanticVersion. toBuilder()
Methods in app.coronawarn.server.common.protocols.internal with parameters of type SemanticVersion.Builder Modifier and Type Method Description ApplicationVersionInfo.Builder
ApplicationVersionInfo.Builder. setLatest(SemanticVersion.Builder builderForValue)
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
ApplicationVersionInfo.Builder
ApplicationVersionInfo.Builder. setMin(SemanticVersion.Builder builderForValue)
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
-