Interface Job.ApplicationInfoOrBuilder (2.4.2)

public static interface Job.ApplicationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmails(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The emails at the given index.

getEmailsBytes(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the emails at the given index.

getEmailsCount()

public abstract 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;

Returns
TypeDescription
int

The count of emails.

getEmailsList()

public abstract List<String> 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;

Returns
TypeDescription
List<String>

A list containing the emails.

getInstruction()

public abstract 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;

Returns
TypeDescription
String

The instruction.

getInstructionBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for instruction.

getUris(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The uris at the given index.

getUrisBytes(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the uris at the given index.

getUrisCount()

public abstract 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;

Returns
TypeDescription
int

The count of uris.

getUrisList()

public abstract List<String> 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;

Returns
TypeDescription
List<String>

A list containing the uris.