Uses of Class
com.ironsoftware.ironpdf.internal.proto.SetLicenseKeyRequest.Builder
Packages that use SetLicenseKeyRequest.Builder
-
Uses of SetLicenseKeyRequest.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return SetLicenseKeyRequest.BuilderModifier and TypeMethodDescriptionSetLicenseKeyRequest.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SetLicenseKeyRequest.Builder.clear()
SetLicenseKeyRequest.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) SetLicenseKeyRequest.Builder.clearLicenseKey()
string license_key = 1;
SetLicenseKeyRequest.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) SetLicenseKeyRequest.Builder.clone()
SetLicenseKeyRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SetLicenseKeyRequest.Builder.mergeFrom
(com.google.protobuf.Message other) SetLicenseKeyRequest.Builder.mergeFrom
(SetLicenseKeyRequest other) SetLicenseKeyRequest.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static SetLicenseKeyRequest.Builder
SetLicenseKeyRequest.newBuilder()
static SetLicenseKeyRequest.Builder
SetLicenseKeyRequest.newBuilder
(SetLicenseKeyRequest prototype) SetLicenseKeyRequest.newBuilderForType()
protected SetLicenseKeyRequest.Builder
SetLicenseKeyRequest.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SetLicenseKeyRequest.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SetLicenseKeyRequest.Builder.setLicenseKey
(String value) string license_key = 1;
SetLicenseKeyRequest.Builder.setLicenseKeyBytes
(com.google.protobuf.ByteString value) string license_key = 1;
SetLicenseKeyRequest.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SetLicenseKeyRequest.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SetLicenseKeyRequest.toBuilder()