Interface ApplicationOutcomeNotesFilterOrBuilder (2.2.9)

public interface ApplicationOutcomeNotesFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNegated()

public abstract boolean getNegated()

If true, The API excludes all candidates with any Application.outcome_notes matching the outcome reason specified in the filter.

bool negated = 2;

Returns
TypeDescription
boolean

The negated.

getOutcomeNotes()

public abstract String getOutcomeNotes()

Required. User entered or selected outcome reason. The API does an exact match on the Application.outcome_notes in profiles.

string outcome_notes = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The outcomeNotes.

getOutcomeNotesBytes()

public abstract ByteString getOutcomeNotesBytes()

Required. User entered or selected outcome reason. The API does an exact match on the Application.outcome_notes in profiles.

string outcome_notes = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for outcomeNotes.