Class Job.ApplicationInfo.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • clear

        public Job.ApplicationInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • getDefaultInstanceForType

        public Job.ApplicationInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Job.ApplicationInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Job.ApplicationInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Job.ApplicationInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • setField

        public Job.ApplicationInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • clearField

        public Job.ApplicationInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • clearOneof

        public Job.ApplicationInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • setRepeatedField

        public Job.ApplicationInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • addRepeatedField

        public Job.ApplicationInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • mergeFrom

        public Job.ApplicationInfo.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Job.ApplicationInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • mergeFrom

        public Job.ApplicationInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Job.ApplicationInfo.Builder>
        Throws:
        IOException
      • getEmailsList

        public com.google.protobuf.ProtocolStringList getEmailsList()
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Specified by:
        getEmailsList in interface Job.ApplicationInfoOrBuilder
        Returns:
        A list containing the emails.
      • getEmailsCount

        public int getEmailsCount()
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Specified by:
        getEmailsCount in interface Job.ApplicationInfoOrBuilder
        Returns:
        The count of emails.
      • getEmails

        public String getEmails​(int index)
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Specified by:
        getEmails in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The emails at the given index.
      • getEmailsBytes

        public com.google.protobuf.ByteString getEmailsBytes​(int index)
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Specified by:
        getEmailsBytes in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the emails at the given index.
      • setEmails

        public Job.ApplicationInfo.Builder setEmails​(int index,
                                                     String value)
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Parameters:
        index - The index to set the value at.
        value - The emails to set.
        Returns:
        This builder for chaining.
      • addEmails

        public Job.ApplicationInfo.Builder addEmails​(String value)
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Parameters:
        value - The emails to add.
        Returns:
        This builder for chaining.
      • addAllEmails

        public Job.ApplicationInfo.Builder addAllEmails​(Iterable<String> values)
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Parameters:
        values - The emails to add.
        Returns:
        This builder for chaining.
      • clearEmails

        public Job.ApplicationInfo.Builder clearEmails()
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Returns:
        This builder for chaining.
      • addEmailsBytes

        public Job.ApplicationInfo.Builder addEmailsBytes​(com.google.protobuf.ByteString value)
         Use this field to specify email address(es) to which resumes or
         applications can be sent.
        
         The maximum number of allowed characters for each entry is 255.
         
        repeated string emails = 1;
        Parameters:
        value - The bytes of the emails to add.
        Returns:
        This builder for chaining.
      • getInstruction

        public String getInstruction()
         Use this field to provide instructions, such as "Mail your application
         to ...", that a candidate can follow to apply for the job.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 3,000.
         
        string instruction = 2;
        Specified by:
        getInstruction in interface Job.ApplicationInfoOrBuilder
        Returns:
        The instruction.
      • getInstructionBytes

        public com.google.protobuf.ByteString getInstructionBytes()
         Use this field to provide instructions, such as "Mail your application
         to ...", that a candidate can follow to apply for the job.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 3,000.
         
        string instruction = 2;
        Specified by:
        getInstructionBytes in interface Job.ApplicationInfoOrBuilder
        Returns:
        The bytes for instruction.
      • setInstruction

        public Job.ApplicationInfo.Builder setInstruction​(String value)
         Use this field to provide instructions, such as "Mail your application
         to ...", that a candidate can follow to apply for the job.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 3,000.
         
        string instruction = 2;
        Parameters:
        value - The instruction to set.
        Returns:
        This builder for chaining.
      • clearInstruction

        public Job.ApplicationInfo.Builder clearInstruction()
         Use this field to provide instructions, such as "Mail your application
         to ...", that a candidate can follow to apply for the job.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 3,000.
         
        string instruction = 2;
        Returns:
        This builder for chaining.
      • setInstructionBytes

        public Job.ApplicationInfo.Builder setInstructionBytes​(com.google.protobuf.ByteString value)
         Use this field to provide instructions, such as "Mail your application
         to ...", that a candidate can follow to apply for the job.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 3,000.
         
        string instruction = 2;
        Parameters:
        value - The bytes for instruction to set.
        Returns:
        This builder for chaining.
      • getUrisList

        public com.google.protobuf.ProtocolStringList getUrisList()
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Specified by:
        getUrisList in interface Job.ApplicationInfoOrBuilder
        Returns:
        A list containing the uris.
      • getUrisCount

        public int getUrisCount()
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Specified by:
        getUrisCount in interface Job.ApplicationInfoOrBuilder
        Returns:
        The count of uris.
      • getUris

        public String getUris​(int index)
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Specified by:
        getUris in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The uris at the given index.
      • getUrisBytes

        public com.google.protobuf.ByteString getUrisBytes​(int index)
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Specified by:
        getUrisBytes in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the uris at the given index.
      • setUris

        public Job.ApplicationInfo.Builder setUris​(int index,
                                                   String value)
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Parameters:
        index - The index to set the value at.
        value - The uris to set.
        Returns:
        This builder for chaining.
      • addUris

        public Job.ApplicationInfo.Builder addUris​(String value)
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Parameters:
        value - The uris to add.
        Returns:
        This builder for chaining.
      • addAllUris

        public Job.ApplicationInfo.Builder addAllUris​(Iterable<String> values)
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Parameters:
        values - The uris to add.
        Returns:
        This builder for chaining.
      • clearUris

        public Job.ApplicationInfo.Builder clearUris()
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Returns:
        This builder for chaining.
      • addUrisBytes

        public Job.ApplicationInfo.Builder addUrisBytes​(com.google.protobuf.ByteString value)
         Use this URI field to direct an applicant to a website, for example to
         link to an online application form.
        
         The maximum number of allowed characters for each entry is 2,000.
         
        repeated string uris = 3;
        Parameters:
        value - The bytes of the uris to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Job.ApplicationInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
      • mergeUnknownFields

        public final Job.ApplicationInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>