public interface ApplicationOutcomeNotesFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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];
Type | Description |
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];
Type | Description |
ByteString | The bytes for outcomeNotes. |