public static interface Job.ApplicationInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEmails(int index)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
ByteString |
getEmailsBytes(int index)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
int |
getEmailsCount()
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
List<String> |
getEmailsList()
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
String |
getInstruction()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
ByteString |
getInstructionBytes()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
String |
getUris(int index)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
ByteString |
getUrisBytes(int index)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
int |
getUrisCount()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
List<String> |
getUrisList()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
index
- The index of the element to return.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;
index
- The index of the value to return.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;
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;
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;
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;
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;
index
- The index of the element to return.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;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.