Uses of Class
com.google.cloud.talent.v4.JobLevel
-
Packages that use JobLevel Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of JobLevel in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return JobLevel Modifier and Type Method Description static JobLevel
JobLevel. forNumber(int value)
JobLevel
Job.Builder. getJobLevel()
The experience level associated with the job, such as "Entry Level".JobLevel
Job. getJobLevel()
The experience level associated with the job, such as "Entry Level".JobLevel
JobOrBuilder. getJobLevel()
The experience level associated with the job, such as "Entry Level".static JobLevel
JobLevel. valueOf(int value)
Deprecated.static JobLevel
JobLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobLevel
JobLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobLevel[]
JobLevel. 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 JobLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobLevel>
JobLevel. internalGetValueMap()
Methods in com.google.cloud.talent.v4 with parameters of type JobLevel Modifier and Type Method Description Job.Builder
Job.Builder. setJobLevel(JobLevel value)
The experience level associated with the job, such as "Entry Level".
-