Uses of Class
app.coronawarn.server.common.protocols.internal.v2.SemanticVersion
-
Packages that use SemanticVersion Package Description app.coronawarn.server.common.protocols.internal.v2 -
-
Uses of SemanticVersion in app.coronawarn.server.common.protocols.internal.v2
Methods in app.coronawarn.server.common.protocols.internal.v2 that return SemanticVersion Modifier and Type Method Description SemanticVersionSemanticVersion.Builder. build()SemanticVersionSemanticVersion.Builder. buildPartial()static SemanticVersionSemanticVersion. getDefaultInstance()SemanticVersionSemanticVersion.Builder. getDefaultInstanceForType()SemanticVersionSemanticVersion. getDefaultInstanceForType()SemanticVersionApplicationConfigurationIOS.Builder. getLatestVersion().app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;SemanticVersionApplicationConfigurationIOS. getLatestVersion().app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;SemanticVersionApplicationConfigurationIOSOrBuilder. getLatestVersion().app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;SemanticVersionApplicationConfigurationIOS.Builder. getMinVersion().app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;SemanticVersionApplicationConfigurationIOS. getMinVersion().app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;SemanticVersionApplicationConfigurationIOSOrBuilder. getMinVersion().app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;static SemanticVersionSemanticVersion. parseDelimitedFrom(InputStream input)static SemanticVersionSemanticVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SemanticVersionSemanticVersion. parseFrom(byte[] data)static SemanticVersionSemanticVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SemanticVersionSemanticVersion. parseFrom(com.google.protobuf.ByteString data)static SemanticVersionSemanticVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SemanticVersionSemanticVersion. parseFrom(com.google.protobuf.CodedInputStream input)static SemanticVersionSemanticVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SemanticVersionSemanticVersion. parseFrom(InputStream input)static SemanticVersionSemanticVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SemanticVersionSemanticVersion. parseFrom(ByteBuffer data)static SemanticVersionSemanticVersion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.coronawarn.server.common.protocols.internal.v2 that return types with arguments of type SemanticVersion Modifier and Type Method Description com.google.protobuf.Parser<SemanticVersion>SemanticVersion. getParserForType()static com.google.protobuf.Parser<SemanticVersion>SemanticVersion. parser()Methods in app.coronawarn.server.common.protocols.internal.v2 with parameters of type SemanticVersion Modifier and Type Method Description SemanticVersion.BuilderSemanticVersion.Builder. mergeFrom(SemanticVersion other)ApplicationConfigurationIOS.BuilderApplicationConfigurationIOS.Builder. mergeLatestVersion(SemanticVersion value).app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;ApplicationConfigurationIOS.BuilderApplicationConfigurationIOS.Builder. mergeMinVersion(SemanticVersion value).app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;static SemanticVersion.BuilderSemanticVersion. newBuilder(SemanticVersion prototype)ApplicationConfigurationIOS.BuilderApplicationConfigurationIOS.Builder. setLatestVersion(SemanticVersion value).app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;ApplicationConfigurationIOS.BuilderApplicationConfigurationIOS.Builder. setMinVersion(SemanticVersion value).app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;
-