Uses of Class
com.google.cloud.talent.v4.CommuteMethod
-
Packages that use CommuteMethod Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of CommuteMethod in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return CommuteMethod Modifier and Type Method Description static CommuteMethod
CommuteMethod. forNumber(int value)
CommuteMethod
CommuteFilter.Builder. getCommuteMethod()
Required.CommuteMethod
CommuteFilter. getCommuteMethod()
Required.CommuteMethod
CommuteFilterOrBuilder. getCommuteMethod()
Required.static CommuteMethod
CommuteMethod. valueOf(int value)
Deprecated.static CommuteMethod
CommuteMethod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CommuteMethod
CommuteMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommuteMethod[]
CommuteMethod. 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 CommuteMethod Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CommuteMethod>
CommuteMethod. internalGetValueMap()
Methods in com.google.cloud.talent.v4 with parameters of type CommuteMethod Modifier and Type Method Description CommuteFilter.Builder
CommuteFilter.Builder. setCommuteMethod(CommuteMethod value)
Required.
-