| Modifier and Type | Method and Description |
|---|---|
static JobBenefit |
JobBenefit.forNumber(int value) |
JobBenefit |
Job.getJobBenefits(int index)
Optional.
|
JobBenefit |
Job.Builder.getJobBenefits(int index)
Optional.
|
JobBenefit |
JobOrBuilder.getJobBenefits(int index)
Optional.
|
static JobBenefit |
JobBenefit.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobBenefit |
JobBenefit.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobBenefit |
JobBenefit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobBenefit[] |
JobBenefit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobBenefit> |
Job.getJobBenefitsList()
Optional.
|
List<JobBenefit> |
Job.Builder.getJobBenefitsList()
Optional.
|
List<JobBenefit> |
JobOrBuilder.getJobBenefitsList()
Optional.
|
static com.google.protobuf.Internal.EnumLiteMap<JobBenefit> |
JobBenefit.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.addJobBenefits(JobBenefit value)
Optional.
|
Job.Builder |
Job.Builder.setJobBenefits(int index,
JobBenefit value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.addAllJobBenefits(Iterable<? extends JobBenefit> values)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.