Uses of Class
com.google.cloud.talent.v4.JobBenefit
-
Packages that use JobBenefit Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of JobBenefit in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return JobBenefit Modifier and Type Method Description static JobBenefit
JobBenefit. forNumber(int value)
JobBenefit
Job.Builder. getJobBenefits(int index)
The benefits included with the job.JobBenefit
Job. getJobBenefits(int index)
The benefits included with the job.JobBenefit
JobOrBuilder. getJobBenefits(int index)
The benefits included with the job.static JobBenefit
JobBenefit. valueOf(int value)
Deprecated.static JobBenefit
JobBenefit. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.talent.v4 that return types with arguments of type JobBenefit Modifier and Type Method Description List<JobBenefit>
Job.Builder. getJobBenefitsList()
The benefits included with the job.List<JobBenefit>
Job. getJobBenefitsList()
The benefits included with the job.List<JobBenefit>
JobOrBuilder. getJobBenefitsList()
The benefits included with the job.static com.google.protobuf.Internal.EnumLiteMap<JobBenefit>
JobBenefit. internalGetValueMap()
Methods in com.google.cloud.talent.v4 with parameters of type JobBenefit Modifier and Type Method Description Job.Builder
Job.Builder. addJobBenefits(JobBenefit value)
The benefits included with the job.Job.Builder
Job.Builder. setJobBenefits(int index, JobBenefit value)
The benefits included with the job.Method parameters in com.google.cloud.talent.v4 with type arguments of type JobBenefit Modifier and Type Method Description Job.Builder
Job.Builder. addAllJobBenefits(Iterable<? extends JobBenefit> values)
The benefits included with the job.
-