Uses of Class
com.google.cloud.talent.v4.CompanyName
-
Packages that use CompanyName Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of CompanyName in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return CompanyName Modifier and Type Method Description CompanyName
CompanyName.Builder. build()
static CompanyName
CompanyName. of(String project, String tenant, String company)
static CompanyName
CompanyName. parse(String formattedString)
Methods in com.google.cloud.talent.v4 that return types with arguments of type CompanyName Modifier and Type Method Description static List<CompanyName>
CompanyName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.talent.v4 with parameters of type CompanyName Modifier and Type Method Description void
CompanyServiceClient. deleteCompany(CompanyName name)
Deletes specified company.Company
CompanyServiceClient. getCompany(CompanyName name)
Retrieves specified company.Method parameters in com.google.cloud.talent.v4 with type arguments of type CompanyName Modifier and Type Method Description static List<String>
CompanyName. toStringList(List<CompanyName> values)
-