public interface ApplicationJobFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobRequisitionId()
public abstract String getJobRequisitionId()The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.
string job_requisition_id = 2;
| Type | Description |
| String | The jobRequisitionId. |
getJobRequisitionIdBytes()
public abstract ByteString getJobRequisitionIdBytes()The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.
string job_requisition_id = 2;
| Type | Description |
| ByteString | The bytes for jobRequisitionId. |
getJobTitle()
public abstract String getJobTitle()The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.
string job_title = 3;
| Type | Description |
| String | The jobTitle. |
getJobTitleBytes()
public abstract ByteString getJobTitleBytes()The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.
string job_title = 3;
| Type | Description |
| ByteString | The bytes for jobTitle. |
getNegated()
public abstract boolean getNegated()If true, the API excludes all profiles with any Application.job matching the filters.
bool negated = 4;
| Type | Description |
| boolean | The negated. |