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