Interface ApplicationJobFilterOrBuilder

public interface ApplicationJobFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

The negated.