public interface WorkExperienceFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getMaxExperience()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getMaxExperienceOrBuilder()
Optional.
|
com.google.protobuf.Duration |
getMinExperience()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getMinExperienceOrBuilder()
Optional.
|
boolean |
hasMaxExperience()
Optional.
|
boolean |
hasMinExperience()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinExperience()
Optional. The minimum duration of the work experience (inclusive).
.google.protobuf.Duration min_experience = 1;com.google.protobuf.Duration getMinExperience()
Optional. The minimum duration of the work experience (inclusive).
.google.protobuf.Duration min_experience = 1;com.google.protobuf.DurationOrBuilder getMinExperienceOrBuilder()
Optional. The minimum duration of the work experience (inclusive).
.google.protobuf.Duration min_experience = 1;boolean hasMaxExperience()
Optional. The maximum duration of the work experience (exclusive).
.google.protobuf.Duration max_experience = 2;com.google.protobuf.Duration getMaxExperience()
Optional. The maximum duration of the work experience (exclusive).
.google.protobuf.Duration max_experience = 2;com.google.protobuf.DurationOrBuilder getMaxExperienceOrBuilder()
Optional. The maximum duration of the work experience (exclusive).
.google.protobuf.Duration max_experience = 2;Copyright © 2019 Google LLC. All rights reserved.